Re: [openupload-devel] download are incomplete
Status: Beta
Brought to you by:
tsdogs
|
From: Hester, A. <And...@eu...> - 2009-05-07 21:26:03
|
-----Original Message----- From: Alessandro Briosi [mailto:ts...@br...] Sent: Thu 5/7/2009 11:42 AM To: OpenUpload Delvel and General talk Subject: Re: [openupload-devel] download are incomplete hmm, maybe check the .htaccess file in the www directory. it seems that Somehow the files are not uploaded correctly (maybe a timeout?) Did you set both the upload_max_filesize and post_max_size ? Also check the max_input_time and max_execution_time Logs should tell you what's wrong there. Yes the data directory should contain the files with the names of the file ids associated. The mimetype is only to check uploaded files mime type (not really working as it should imho), but if the file mime type is not correct it should block your request. Alessandro -------------------------------------- These files vary from 1k to 500k and they all upload within a few seconds. The website reports the correct size after upload and writes the correct size into the db, but never writes a file to /data or /data/tmp The last thing that I had done was to set up clamav and run some manual scans and I use the /data directory and I wonder if this may have caused a problem. -Andy |