how to upload files without FILE input??
Posted: Sat Mar 19, 2005 6:42 am
Hello everybody,
i am working on a script that uploads given file list to ftp server.
my problem is that i dont want to provide FILE input, insted i have provided Textarea where one can type file names, now problem is that, if i submit the form my script can not find given file name as it is not submitted by FILE input so...
Can anyone knows how to do this? or how could i specify value (ie filename) in file tag.??
i am working on a script that uploads given file list to ftp server.
my problem is that i dont want to provide FILE input, insted i have provided Textarea where one can type file names, now problem is that, if i submit the form my script can not find given file name as it is not submitted by FILE input so...
Can anyone knows how to do this? or how could i specify value (ie filename) in file tag.??