|
well whats your error?
post max size is 8mb and should be 10M. Max execution time should be 0 and you need to set memory_limit in php to say 40M as right now you have no memory limit set which means it defaults to 8m memory and your probally killing php on the server but alas you need to tell me what your error is.
You have had different errors in this thread and the errors change as you change things so you must deal with each one. I show one you had a wrong path uploads with a trailing slash where there should not be one and next your server dropped the file because it was over the php max upload filesize so lets deal with your next error??
|