[GH-ISSUE #26] Problem with upload #15

Closed
opened 2026-03-02 15:55:00 +03:00 by kerem · 3 comments
Owner

Originally created by @novak82 on GitHub (Nov 14, 2017).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/26

Hi,
I am trying to upload file to server but I just get message:

Error while uploading files. Uploaded files: 0

Is it possible to find out what is the reason of failure?

Originally created by @novak82 on GitHub (Nov 14, 2017). Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/26 Hi, I am trying to upload file to server but I just get message: > Error while uploading files. Uploaded files: 0 Is it possible to find out what is the reason of failure?
kerem 2026-03-02 15:55:00 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@prasathmani commented on GitHub (Nov 15, 2017):

check upload folder write permissions

<!-- gh-comment-id:344495923 --> @prasathmani commented on GitHub (Nov 15, 2017): check upload folder write permissions
Author
Owner

@cdtkoenig commented on GitHub (Jan 20, 2018):

The upload does not working, but i can create or delete folders and files, so the permissions should not be the problem.
The admin/admin account does not work with default password, so i had to disable it but when upload file, the default nginx login box pop up and display

"An error occurred.
Sorry, the page you are looking for is currently unavailable.
Please try again later."

any idea ?

<!-- gh-comment-id:359204186 --> @cdtkoenig commented on GitHub (Jan 20, 2018): The upload does not working, but i can create or delete folders and files, so the permissions should not be the problem. The admin/admin account does not work with default password, so i had to disable it but when upload file, the default nginx login box pop up and display "An error occurred. Sorry, the page you are looking for is currently unavailable. Please try again later." any idea ?
Author
Owner

@sudeepjd commented on GitHub (Mar 7, 2018):

If you are trying to upload large files, it may also be a problem with your php.ini file configuration restricting large files uploads. Check the 2 below settings and increase the allowed sizes:

post_max_size, 8 megabytes large by default
upload_max_filesize, 2 megabytes large by default
<!-- gh-comment-id:371035783 --> @sudeepjd commented on GitHub (Mar 7, 2018): If you are trying to upload large files, it may also be a problem with your php.ini file configuration restricting large files uploads. Check the 2 below settings and increase the allowed sizes: ``` post_max_size, 8 megabytes large by default upload_max_filesize, 2 megabytes large by default ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tinyfilemanager#15
No description provided.