RE: [PHP] Regarding file upload using php
If HTML would work this way then people would never stop guessing the other's files to steal as you visit web pages. answer: no. I'm curious now: perhaps, you can have a value attribute in it? But neither that should be allowed. Never tried myself. Cheers, Maxim Maletsky -Original Message- From: Parinda [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 15, 2001 1:59 AM To: [EMAIL PROTECTED] Subject: [PHP] Regarding file upload using php Hi !! Can I upload a file to a server without using "" I don't want to browse a file. My filename will be fixed & file will be present on my local machine. Please reply at the earliest as this is very urgent. Thanking you. Please send me a reply at my address because I am not currently subscribed to your list. Regards, Parinda. Software Group Phil Systems Ltd. -- 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]
RE: [PHP] Regarding file upload using php
> I don't think so, but to you could put value="/path/to/file"> in a hidden layer... > > Untested, but it should work... Yay, security. I doubt it'd work... Hmmm... 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]
Re: [PHP] Regarding file upload using php
I don't think so, but to you could put in a hidden layer... Untested, but it should work... On Tuesday 14 August 2001 09:58, you wrote: > Hi !! > > Can I upload a file to a server without using "" I don't > want to browse a file. My filename will be fixed & file will be present on > my local machine. > > Please reply at the earliest as this is very urgent. > > Thanking you. > > Please send me a reply at my address because I am not currently subscribed > to your list. > > > Regards, > Parinda. > Software Group > Phil Systems Ltd. -- 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]
RE: [PHP] Regarding file upload using php
> Can I upload a file to a server without using " 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 in a multipart/form-data 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]