Forums

File upload and file name insert are not longer working

dawgfather 03 Aug, 2010
Simple form with file upload. Record is inserted correctly except for the filename. The file does not get uploaded. This use to work, I don't know what changed. To test I changed all the upload directories permissions to 777. Still does not upload. Increased the file size limits to 10 times the file size in forms manager. No upload. Help!

App Code Profile Accepted!

1. Form passed first SPAM check OK
2. Form passed the submissions limit (if enabled) OK
3. Form passed the Image verification (if enabled) OK
4. Form passed the server side validation (if enabled) OK
5. $_POST Array: Array ( [app_name] => tweety1 [link_to_app] => http://www.itunes.com [appstore_email] => [email]twitter@appcode.com[/email] [app_category] => Finance [app_code_price] => 79.95 [email_radio0] => Yes [phone_radio1] => Yes [website_radio2] => Yes [supportemail_radio3] => Yes [supportphone_radio4] => Yes [website_radio5] => Yes [advert_message] => TEst 33 [screen_cast] => http://www.youtube.com [terms_radio7] => Yes [grant_radio8] => Yes [agree_radio9] => Yes [button_25] => Submit [a653999c760f858af987cf7b59f22e50] => 1 [1cf1] => 37ec63d1096db945586e5cae18dc54ec [chronoformname] => appcode_data )
6. $_FILES Array: Array ( [code_filename] => Array ( [name] => creditcardlifeline_AppTrakr.zip [type] => [tmp_name] => [error] => 1 [size] => 0 ) )
7. Form passed the plugins step (if enabled) OK
8. Debug End
9. Redirect link set, click to test:
GreyHead 03 Aug, 2010
Hi dawgfather,

6. $_FILES Array: Array ( [code_filename] => Array ( [name] => creditcardlifeline_AppTrakr.zip [type] => [tmp_name] => [error] => 1 [size] => 0 ) )


UPLOAD_ERR_INI_SIZE
Value: 1; The uploaded file exceeds the upload_max_filesize directive in php.ini.



Bob
dawgfather 03 Aug, 2010
Thanks Bob - I checked those php.ini files but missed that my host was only looking at the root file

Sorry to bother
This topic is locked and no more replies can be posted.