i want to upload an image from the client’s system, through javascript and store that image on the client side (local storage) not at the server side..and before uploading that image i want to preview that image also…any help will be awesome…
Regards: Zain
i want to upload an image from the client’s system, through javascript and store
Share
That’s not possible with pure javascript, you need server-side script there. Also what you are mentioning is security threat to the clients’ machine – not possible either.