PDA

View Full Version : HTTP Upload Data problem



Jesse
11-01-2010, 02:44 AM
Hi,

My server can't seem to read uploaded data thru http.
What i mean is, whenever let's say you have a file hosting site, whenever you upload file, it's like no data is being sent by the server.

Like in IPB (invision power board), i tried to import a skin, but it says Import Failed: Nothing to import!

Seems to be that there's a problem with the server config.

zEitEr
11-03-2010, 10:41 AM
Check your php.ini config.
Is «upload_tmp_dir» set and not commented.

Jesse
11-14-2010, 12:43 PM
; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
;upload_tmp_dir = /tmp

Here's what you can see the value for the upload_tmp_dir

Jesse
11-14-2010, 12:54 PM
FINALLY I HAVE FIXED IT. :D
Darn, it was just a problem with the post max size, there was no M for the value.