Koozali.org: home of the SME Server

Uploading files

Offline north450

  • 2
  • +0/-0
Uploading files
« on: August 26, 2007, 11:41:09 PM »
whenever a file over 800 kb is uploaded an error message occurs.
ERROR
The requested URL could not be retrieved

While trying to retrieve the URL: http://www.spymac.com/fileupload/file_upload.pl?

The following error was encountered:
The request or reply is too large.

If you are making a POST or PUT request, then your request body (the thing you are trying to upload) is too large. If you are making a GET request, then the reply body (what you are trying to download) is too large. These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.
This also applies to email attachments
Thanks in advance for your help.

Offline north450

  • 2
  • +0/-0
Re: Uploading files
« Reply #1 on: August 28, 2007, 06:21:54 AM »
Distributed Authoring and Versioning Extensions for HTTP Enable Team Authoring
GET
This is the simplest method in HTTP. In fact, it was the only method in the original HTTP 0.9 protocol. It does exactly what the name implies: it gets a URL from the server. GET works on all kinds of Web servers, with or without DAV support. A GET request for a specific URL, say /hello.htm, retrieves the hello.htm file.
GET also works on collections. The data returned depends on the server's configuration. For example, even if a collection consists of multiple files, the server may be configured to return a specific file (such as index.html) for collection queries. The content of the file may or may not describe the collection itself. In other words, index.html may or may not contain a directory listing of the requested URL.
OPTIONS
An OPTIONS request is used by client applications to request a list of all supported methods. This method is part of the HTTP specification and the server does not have to support DAV to implement it. It can be very important to know if a server allows a particular method before wasting network bandwidth trying to send an unsupported request. Here is an example of a correctly formatted request:

 OPTIONS /default.htm HTTP /1.0
 Pragma: No-Cache
 UserAgent: HttpRequestBuilder
 Host: 5extramiles
The server's reply contains a status code and response headers, but no body:
http://www.microsoft.com/msj/0699/dav/dav.aspx
The answer lies here .
Sme server has a bug or my pentium 3 does not have enough resources to run it.
Perhaps SmoothWall is better.
SmoothWall is proud to announce the long-awaited final release of the world's favorite network firewall - SmoothWall Express 3.0. (Code-name Polar).

Developed by the SmoothWall Open Source Project team, with code contributions from the SmoothWall community at large, this latest version (based on Linux 2.6 Kernel) is a huge advance beyond Version 2.
http://www.smoothwall.org/
Thanks for your help .
« Last Edit: August 28, 2007, 07:52:03 AM by north450 »