Reiner
Karma: 0
|
Remository 3.53.2 Upload Limit 8M? - 2010/06/29 08:41
Hello 
Remository 3.53.2
How can I increase the upload limit of 8MB? Config is set in the backend 50MB? If this change of Remository not recognized?
German: Wie kann ich das Upload Limit von 8MB erhöhen ? Im Backend Config ist 50MB eingestellt ? Wird diese Anderung von Remository nicht anerkannt?
Gruss Reinhard, ______________________________________________
Beim Versuch eine Datei hochzuladen ist ein Problem aufgetreten. Error message: Unknown upload error Real file name: No file name provided File size (bytes): No file size provided Temporary file path: No file path provided Is it an uploaded file?: Nein PHP file_uploads: Ja PHP upload_tmp_dir: /is/htdocs/user_tmp/wp1144999_NKB4XHFOGF PHP upload_max_filesize: 8M PHP post_max_size: 8M Points to watch out for are:
There should be no error message (typically, zero will be displayed) The real file name should correspond with the name of the file you sent The file size should be the correct size for the file you sent Temporary file path should look like a genuine specification for a file on the host system. Its precise character will vary across different systems. It should be a valid path including the name of the temporary file. If it is not overriden by the PHP config (see below) the temporary path will be the system temporary directory with file name added. The file name is generated by the system. If PHP is permitting file uploads, the file_uploads setting will be non zero. There may be no temporary upload directory specified in the PHP config. In this case, the system temporary directory will be used. For a Unix style system, this defaults to /tmp but can be configured to be anything. If the file path is specified, you would expect it to form part of the temporary file path shown above, followed by the temporary name. A temporary upload directory specified to PHP will override the system temporary directory. PHP will have a setting for the maximum permitted uploaded file size. PHP also has a setting for the maximmum POST size, and the file upload is a POST so the setting must be at least a little larger than the maximum permitted upload size, or it will be a constraint on uploads.
Note that the PHP settings cannot be overriden by a program like Remository. If they are too restrictive, you need to talk to your hosting provider, or consider altering your PHP configuration if it is under your own control.
Post edited by: Reiner, at: 2010/06/29 08:50
|