> Can I upload a file to a server without using "<input
> type=file>" I don't want to browse a file. My filename will
> be fixed & file will be present on my local machine.
No, you can't.
You need to use <INPUT TYPE=FILE> in a multipart/form-data <FORM>
regardless of the fixed file name and file's presence.
Jason
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]