Good day to you all, i have been having this issue when uploading sounds and video.
when i am uploading a really small file (video/sound) i get no error, but when i try to upload a lager file (eg.5172kb) i get a error (server(10)error).
I ave been speaking to my host about the problem an they have tried everything and i am still getting the error.
i have no idea what could be causing this error, so any assistance would be greatly appreciated.
here is my PHP info
File Uploads | file_uploads | Whether to allow HTTP file uploads. | On | On Off |
File Uploads | upload_max_filesize | Maximum allowed size for uploaded files. (MB) | 300 | |
Resource Limits | max_execution_time | Maximum execution time of each script, in seconds | 300 | |
Resource Limits | max_input_time | Maximum amount of time each script may spend parsing request data. (seconds) | 60 | |
Resource Limits | memory_limit | Maximum amount of memory a script may consume (MB) | 32 | |
Data Handling | magic_quotes_gpc | Magic quotes for incoming GET/POST/Cookie data. | On | On Off |
Data Handling | magic_quotes_runtime | Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc. | Off | On Off |
Data Handling | post_max_size | Maximum size of POST data that PHP will accept. (MB) | 300 | |
Data Handling | register_globals | You should do your best to write your scripts so that they do not require register_globals to be on; Using form variables as globals can easily lead to possible security problems, if the code is not very well thought of. | Off | On Off |
Safe Mode | safe_mode | Safe mode is a diagnostic mode. Do not enable if you are unsure what you are doing | Off | On Off |
Language Options | output_buffering | Output buffering allows you to send header lines (including cookies) even after you send body content, at the price of slowing PHP's output layer a bit. You can enable output buffering during runtime by calling the output buffering functions. You can also enable output buffering for all files by setting this directive to On. If you wish to limit the size of the buffer to a certain size - you can use a maximum number of bytes instead of 'On', as a value for this directive (e.g., output_buffering=4096). | Off | On Off |
Error handling and logging | display_errors | Print out errors (as a part of the output). For production web sites, you're strongly encouraged to turn this feature off, and use error logging instead (see below). Keeping display_errors enabled on a production web site may reveal security information to end users, such as file paths on your Web server, your database schema or other information. | On | On Off |