views:

604

answers:

2

Hello there I'm building an application which requires the user to pick an image file from the images folder on the server.

What I am looking for is a popup plugin that when clicking the browse button it will show a list of all files in the specified folder and return the filename of the selected file. Additionally (but not mandatory) i would like if there was an option to upload a file before selection and to display the files as thumbnails.

A very nice example (without image upload though)using mootools is the following http://www.k1der.net/modules/blogs/public/country/demo/brooser.html

Do you know any similar plugins using jQuery???

A: 

Try JQuery File Tree

ChssPly76
Broken link there, it should be http://abeautifulsite.net/2007/06/php-file-tree/
John McCollum
A: 

Jquery File Select

The File Select plugin searches a directory for files and lists them. Once a file is selected, it's information is returned the the file is 'selected'.

haven't tried it but worth a look i guess

Dizzy Bryan High