Does jasny upload the image onto my server? Or is it a local file? If it is a local file, does it mean that our browser can access our private files?
Asked
Active
Viewed 174 times
1 Answers
0
The preview is generated client side using a FileReader object.
reader.readAsDataURL(file)
You can take a look at the source code of the Fileinput.change
function.

Arnold Daniels
- 16,516
- 4
- 53
- 82