RE: [PHP] problem with file upload script

2004-09-27 Thread Jay Blanchard
[snip] Here is a script I'm using to upload files. Can anyone see anything wrong with it? No file is uploaded when I click the upload button [/snip] Start here http://us4.php.net/manual/en/features.file-upload.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://ww

[PHP] problem with file upload script

2004-09-27 Thread AMC
Hi, Here is a script I'm using to upload files. Can anyone see anything wrong with it? No file is uploaded when I click the upload button http://schemas.microsoft.com/intellisense/ie5";> Browse for file to upload: -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] problem with file upload

2001-01-19 Thread Ignacio Vazquez-Abrams
On Fri, 19 Jan 2001, Richard Lynch wrote: > > > for ($i=0 ; $i < 4 ; $i++) > > { > > file://do something > > > > for ($k=0 ; $k < 3 ; $k++) > >{ > > print " > value=\"".$K."\" >"; file://this is working > > print ""; file://this > is > > not > >} > > } > > For FOR

Re: [PHP] problem with file upload

2001-01-19 Thread Richard Lynch
> for ($i=0 ; $i < 4 ; $i++) > { > file://do something > > for ($k=0 ; $k < 3 ; $k++) >{ > print " value=\"".$K."\" >"; file://this is working > print ""; file://this is > not >} > } For FORMs, files as arrays were added in later, and then 2-D arrays came after th

[PHP] problem with file upload

2001-01-19 Thread John LYC
hi, i have a situation where i need to upload 3 img file within an array that is within another array. 2 di-array i have no problem with only variable type and value but its not working with type="file". here's my code "; //this is working print ""; //this is not } } ?> i can get