Re: Uploading problem
<1188521841.089812.260820@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>, says...
We are currently having issues uploading files using PHP. It seems
files below 8MB are uploaded fine, however files above 8.2MB cause the
page to timeout or show a 'Cannot find server or DNS Error' error.
I have looked around and read about common problems people have
uploading and the solutions they have used have not seemed to help.
For this particular page i have increased post_max_size,
max_input_time, max_execution_time and upload_max_filesize. I also set
LimitRequestBody in the htaccess file to unlimited (0).
Our host has increased our max idle time for ftp in the server,
however this did not influence the upload.
Any ideas as to why this problem would be occurring?
PHP on apache? Apache has its own max upload file size setting (in
httpd.conf IIRC) as well as the PHP one.
GM
.
Relevant Pages
- Re: File Upload - Security Issues
... You want to upload a file for what reason and ... these viruses have less chance of being able to execute (even if succeeded ... :> file and what pitfalls you see re: security might be helpful on this ... :>: files to an IIS server that doesn't have MS Office actually installed? ... (microsoft.public.scripting.vbscript) - Re: File Upload - Security Issues
... uploaded and the user could upload any or all of these in theory. ... There is no one product that can give you 100% security, ... > Code doesn't execute in local memory space unless remote user has rights ... > You don't have MS Office installed on the server. ... (microsoft.public.scripting.vbscript) - pure-ftp nologin
... I have a server running FreeBSD 6.3. ... # If you want to enable PAM authentication, ... AnonymousCanCreateDirs no ... # Disallow anonymous users to upload new files ... (comp.unix.bsd.freebsd.misc) - Re: Problem with Upload Error handling
... there is no cancel upload command the server can send, so when the upload is too big, the server closes the connection. ... When the user uploads the file greater than the length specified in web.config/machine.config, I always see the DNS Error page eventhough I have handled the error Page_Error Event. ... Dim ex As Exception = Server.GetLastError.GetBaseException ... (microsoft.public.dotnet.framework.aspnet) - [NT] DeskNow Mail and Collaboration Server Directory Traversal Vulnerabilities
... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... Collaboration Server is "a full-featured and integrated mail and instant ... attachment upload feature that may be exploited to upload files to ... * DeskNow Mail and Collaboration Server version 2.5.12 and prior ... (Securiteam) |
|