RE: [PHP] Regarding file upload using php

2001-08-13 Thread Maxim Maletsky
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 Messag

RE: [PHP] Regarding file upload using php

2001-08-13 Thread Jason Murray
> 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,

Re: [PHP] Regarding file upload using php

2001-08-13 Thread Evan Nemerson
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 m

RE: [PHP] Regarding file upload using php

2001-08-13 Thread Jason Murray
> 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