hdsavani's avatar

Image Upload with local computer file path in Jquery Laravel

I want to make image upload from local computer file path like as bellow: path like: /home/hari/Downloads/31kd91559642042.png path like: C:\Users\Public\Pictures\Sample Pictures\logo.png

So basically, i want to put one text box on my form and user can put file path from his system. file should upload from that path on server.

Thanks

0 likes
3 replies
JohnBraun's avatar

I don't think it is possible to read files in someone's local folder from your web application, due to severe security concerns this entails.

hdsavani's avatar

Thank you @johnbraun for reply

But is there any way to create file object from local folder path using jquery. so i can send that object to server?

Please or to participate in this conversation.