Hey I have a form on my site that is used to upload files (file path box and upload button, form created in php). Is there any way I can automatically paste text into the file field? For example - I have a file's path on my board (I copied it), I want the form to automatically 'paste' it into the file's field when I open it. than, all I haev to do is press the upload button. Is there any way to do it Thanks!!!
Take a look at these http://dotnet.org.za/eduard/archive/2004/07/29/3064.aspx http://www.able2know.org/forums/about28222.html
If you mean setting the value of a 'file' input automatically (using Javascript), then no, this cannot be done. This is because it would become a major vulnerability as you could steal your users' files. Jay