简体   繁体   中英

How to upload photo from given folder path

I am using PHP 5 and I want to add a link Upload photo from album , when I click to this link a photo browsing window will open & it will only contain the specified photo album folder's photos. Just like in facebook link to Upload photo from your photo album..

Thanks.

I'm not sure what the question here is, because writing that would take up some serious time, even for advanced developers. You may probably want to get into reading about http://jquery.com and especially http://jqueryui.com/ for the Browser Window.

With this, you can create a div in PHP that reads the user's photo library and writes it into it. Then, with jQuery, you can dynamically open and close the div as a popup.

jQuery implements some neat functions with whom you can check what photo the user clicks in the popup and then send that back to a php-file that uploads the photo wherever you want.

Still, with that vew information, you should really consider trying some solutions out yourself and if you encounter problems that are more specific to a special functionality, you can ask SO again.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM