The HTTP Upload can return with the following error codes:
Return string |
Error message |
Explanation |
600 |
File upload successful. |
Upload finished successfully |
601 |
No file received from the client. |
No file has been sent to the server (The file parameters in the POST is empty)
On PHP websites, also 601 error message returns, if the document is larger than the maximum allowed upload file size on the web server. |
602 |
The username parameter is not specified. |
The POST does not contain “username” parameter |
603 |
The password parameter is not specified. |
The POST does not contain “password” parameter |
605 |
The provided username is incorrect. |
The provided “username” parameter value is incorrect. |
606 |
The provided password for this username is incorrect. |
The provided “password” parameter value is incorrect. |
607 |
The provided Custom parameter value is incorrect. |
The provided “custom” parameter value is incorrect. |
608 |
An error occurred while uploading the file. (Only in the PHP sample) |
An error occurred while the PHP Server script tries to upload the file. (Only in the PHP sample) |
609 |
An error occurred while saving the file on the server. (Only in the PHP sample) |
An error occurred while the PHP Server script tries to copy the file to the server, into the specified folder. (Only in the PHP sample)
|
610 |
The remote name could not be resolved: inserted URL. |
The entered URL is invalid. |
611 |
The maximum length of the Username is 256 characters.
|
The entered Username is too long. Please make sure that your username is maximum 256 characters long. |
612 |
The maximum length of the Password is 127 characters.
|
The entered Password is too long. Please make sure that your username is maximum 127 characters long. |
613 |
The maximum length of the Custom Parameter is 256 characters.
|
The entered Custom parameter is too long. Please make sure that your username is maximum 256 characters long. |
614 |
Please insert the parameter name of the Username.
|
The Username value has no name parameter. |
615 |
Please insert the parameter name of the Password.
|
The Password value has no name parameter. |
616 |
Please insert the parameter name of the Custom Parameter.
|
The Custom Parameter value has no name parameter. |
617 |
Please select the log file.
|
There is no log file selected. |
618 |
The filename is invalid.
|
The filename of the selected file is invalid. |
619 |
The HTTP Upload utility was unable to parse the server response. In order to receive the correct error messages from the HTTP Upload utility, please use the HTTP Upload return codes specified in the documentation in “HTTP Upload error codes“ section. |
The user entered a valid and existing URL, but it is not the server that is configured to the application. |
620 |
The printed document name contains Unicode characters from a language, which is not installed on the operating system. The HTTP Upload utility was unable to upload the generated document and to delete the generated Group file. |
The document name contains Unicode characters from a language, which is not installed on the operating system.
|
621 |
Customized Error Message |
When this error code returned, the HTTP Upload utility will show the content of a webpage with a customized error message, allowing web developers to handle/display additional errors for users from the server during the upload process. |