Hi,
I am working on file upload script.
The problem is the code does not allow large file upload.
I have changed following values in php.ini.
• file_uploads
• upload_max_file size
• max_input_time
• memory_limit
• max_execution_t ime
• post_max_size
Site works for small size files
Do I need to change any other setting.
Thanks,
Yogesh
I am working on file upload script.
The problem is the code does not allow large file upload.
I have changed following values in php.ini.
• file_uploads
• upload_max_file size
• max_input_time
• memory_limit
• max_execution_t ime
• post_max_size
Site works for small size files
Do I need to change any other setting.
Thanks,
Yogesh
Comment