I am having this problem for months now and i would love to get it resolve. I get the server(10) error when uploading files, but if the files that is been uploading is really small i don't get the error. I also realize that the only browser that i am able to upload files on is Internet Explorer. At first when i got this problem i taught that it was a fault with my system , because it like i was the only one getting the error. But i say a post on this forum where some else was having the same problem. I having really tested it with the latest version of Firefox, Opera and Netscape. but when other try to upload it went ok. MY website [url removed] is still in the development state.
I would really appreciate any help on this regard. my php settings is below
Sub Section Directive Info Value
File Uploads file_uploads Whether to allow HTTP file uploads. On
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) =128
Data Handling magic_quotes_gpc Magic quotes for incoming GET/POST/Cookie data. =Off
Data Handling magic_quotes_runtime Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc = 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
Safe Mode safe_mode Safe mode is a diagnostic mode. Do not enable if you are unsure what you are doing =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
thanks
raylan



News