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.??
how to upload files without FILE input??
Moderator: General Moderators
- n00b Saibot
- DevNet Resident
- Posts: 1452
- Joined: Fri Dec 24, 2004 2:59 am
- Location: Lucknow, UP, India
- Contact:
jignesh wrote: 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.??