-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload error #9
Comments
Hello, I looked through the dockerfile to make sure that it jives with the installation instructions as far as creating the environment and everything looks good. That being said, we can rule out permissions. We know this because uploading small files works. The only other limiting factor is PHP. When we deploy HRConvert2 on bare metal we manually modify the PHP ini file to increase the PHP default values for 'max_post_size' and 'upload_max_filesize' to account for this. I would start looking here. More reading about this error from the official docs is available here.
|
Hello, I have the same problem
|
When uploading some documents (not all, especially very small pdfs and pictures seem to be fine) I get an upload error in the log:
ERROR!!! June 27, 2022, 10:07 am, HRConvert2-6002, a16c5885dfb1/e0e7e40c4152: Could not upload file "FILE NAME" to /home/converter/a16c5885dfb1/e0e7e40c4152/"FILE NAME"! ERROR!!! June 27, 2022, 10:07 am, HRConvert2-18, a16c5885dfb1/e0e7e40c4152: Upload Failed!
The website does not show any errors, but when continuing it says 0 valid documents.
The text was updated successfully, but these errors were encountered: