I'm using an HTML/PHP form to manage user input. On request users may select to attach an image to the message. Need a server side imag开发者_JS百科e picker.
Would like to allow users to browse server side images, possibly with an optional thumb to fasten image selection.
This could be achieved in the same form area, or with a sort of dialog, if possible.
Once image is chosen, the filename must be returned.
If you are OK with GPL or LGPL then you can check some phpclasses.org scripts: http://www.phpclasses.org/package/3471-PHP-Browse-and-choose-images-without-page-reloading.html
http://www.phpclasses.org/package/1473-PHP-Create-a-picture-browser.html
Might require a little coding to implement image selection feature.
精彩评论