webforms - PHP: Having trouble uploading large files -


i doing file upload using php, works fine file of size 2.8mb on localhost - not mediatemple gs host. files smaller 2mb work fine, larger seems not work... not getting error message when upload finishes, file not found in uploads directory...

i googled around, , added following lines .htaccess file:

php_value memory_limit 120m php_value max_execution_time 120 php_value upload_max_filesize 10g php_value post_max_size 10g 

i know of above values overkill, then, not seem help... else might missing?

the 1 missed max_input_time, , check whether edits reflected in phpinfo();.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -