RE: [PHP] POST Variable Empty

2003-09-25 Thread Jay Blanchard
[snip] When I try to upload a larger file it fails. ...other non-relevant stuff... [/snip] check your php.ini for the following; ; Maximum allowed size for uploaded files. upload_max_filesize = 2M is the setting high enough? Also, what about your form, do you have something like this ...

Re: [PHP] POST Variable Empty

2003-09-25 Thread Becoming Digital
ED]> Sent: Thursday, 25 September, 2003 13:22 Subject: [PHP] POST Variable Empty I am pulling my hair trying to figure this out. Maybe some of you can shed some light on the problem. I am uploading a file through a web connection using the $_FILE array. Works perfectly on small files. Th

[PHP] POST Variable Empty

2003-09-25 Thread Jonathan Pitcher
I am pulling my hair trying to figure this out. Maybe some of you can shed some light on the problem. I am uploading a file through a web connection using the $_FILE array. Works perfectly on small files. The code executes and it goes through the script like a champ. BUT ... When I try to