gproulx
Posts: 68
|
| Posted: 06/13/2006, 8:54 AM |
|
Hi,
It is possible to create a browse button that open a folder located in a web server from a client web browser?
I have a record form filled with textbox, etc, and i want to be able to select an image on a web server and assign this image to a field of my database. Then when i look in the frontend of my website in an article for example, i want to see that image.
Anyone have any clue?
If i put this code in my html page : <input type="file" name="textfield">, this create the browse button, but i only have access to my local pc.
Thanks in advance
|
 |
 |
peterr
Posts: 5971
|
| Posted: 06/13/2006, 3:26 PM |
|
You would need to create an ASP program that reads files on the server and displays them in some Web based format. You can try searching for such scripts on Google, or consider using some WYSIWYG component as many of them also provide file management functionality and selecting images to be inserted into articles.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|