RE: [PHP] More image questions...

2002-01-17 Thread Chris Wright
Zara: >> If I have a user input a file in an html form for uploading, is there any way that I can pull the name of the file that was uploaded out some how? << If your file field is called "the_file" $the_file_name $the_file_type $the_file_size are all created and contain good stuff to play wit

RE: [PHP] More image questions...

2002-01-17 Thread Gonzalez, Zara E
, January 17, 2002 2:13 PM To: [EMAIL PROTECTED] Subject: [PHP] More image questions... If I have a user input a file in an html form for uploading, is there any way that I can pull the name of the file that was uploaded out some how? For example, I have this code for my form: Upload a

[PHP] More image questions...

2002-01-17 Thread Gonzalez, Zara E
If I have a user input a file in an html form for uploading, is there any way that I can pull the name of the file that was uploaded out some how? For example, I have this code for my form: Upload a file: NOTE: Max file size is KB Whe