Fileupload Browse default location

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

Is it possible to change the default location for the FileUpload
control so that it searches a file from within the web page file
structure? Even more specific...limit it to one folder within that web
structure?
 
The fileupload control is an HTML INPUT FILE control that provides a file
browser dialog to select a file on the CLIENT's computer to upload, not a
file from the web server. Are we talking about the same thing here?
Peter
 
Dave,

As it is what Peter suspect, than you can create your own Dropdown or
listbox and let the user choose out of that and give them to him while he is
using a Href

Cor
 
Cor,
Is there an article anywhere that you would recommend on how to
populate a Dropdown with the contents of a folder?

Thanks again.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top