[GH-ISSUE #233] File on uploading is not getting uploaded #169

Closed
opened 2026-03-02 15:56:25 +03:00 by kerem · 6 comments
Owner

Originally created by @ersaurabh101 on GitHub (Sep 28, 2019).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/233

I am able directly login in my docs folder as i set the root path as -

$root_path = $_SERVER['DOCUMENT_ROOT'].'/es'.'/docs';

but when i am uploading file in folder named '44' [ image,txt ] it shows the uploading loader and the tick icon but the file is not uploaded.

Please note i am able to create a new folder but uploading is not working. Please find the attached screenshots
2019-09-28_13h11_26
2019-09-28_13h13_30

Originally created by @ersaurabh101 on GitHub (Sep 28, 2019). Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/233 I am able directly login in my docs folder as i set the root path as - `$root_path = $_SERVER['DOCUMENT_ROOT'].'/es'.'/docs';` but when i am uploading file in folder named '44' [ image,txt ] it shows the uploading loader and the tick icon but the file is not uploaded. >Please note i am able to create a new folder but uploading is not working. Please find the attached screenshots ![2019-09-28_13h11_26](https://user-images.githubusercontent.com/50316624/65813330-87030200-e1f1-11e9-90eb-2b0c133d3b9d.png) ![2019-09-28_13h13_30](https://user-images.githubusercontent.com/50316624/65813346-d1847e80-e1f1-11e9-80c8-3a364631d119.png)
kerem 2026-03-02 15:56:25 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@prasathmani commented on GitHub (Sep 28, 2019):

update the root path,
$root_url = 'es/docs';
and check if you have write permissions to upload the file

<!-- gh-comment-id:536168719 --> @prasathmani commented on GitHub (Sep 28, 2019): update the root path, ` $root_url = 'es/docs'; ` and check if you have write permissions to upload the file
Author
Owner

@ersaurabh101 commented on GitHub (Sep 29, 2019):

update the root path,
$root_url = 'es/docs';
and check if you have write permissions to upload the file

Done as guided, still files are not getting uploaded.
$root_url = 'es/docs';
0755 permission to folders and this php script

<!-- gh-comment-id:536285386 --> @ersaurabh101 commented on GitHub (Sep 29, 2019): > update the root path, > `$root_url = 'es/docs';` > and check if you have write permissions to upload the file Done as guided, still files are not getting uploaded. `$root_url = 'es/docs';` 0755 permission to folders and this php script
Author
Owner

@prasathmani commented on GitHub (Oct 1, 2019):

file is not uploading due to file tmp_name is empty, change the upload_max_filesize and check.

https://stackoverflow.com/questions/30358737/php-file-upload-error-tmp-name-is-empty

<!-- gh-comment-id:536867570 --> @prasathmani commented on GitHub (Oct 1, 2019): file is not uploading due to file tmp_name is empty, change the `upload_max_filesize` and check. https://stackoverflow.com/questions/30358737/php-file-upload-error-tmp-name-is-empty
Author
Owner

@quasarnew commented on GitHub (Jan 7, 2020):

I have the same issue!
I checked the directory and the permissions (755) but still, it is not working.

<!-- gh-comment-id:571459323 --> @quasarnew commented on GitHub (Jan 7, 2020): I have the same issue! I checked the directory and the permissions (755) but still, it is not working.
Author
Owner

@prasathmani commented on GitHub (Jan 9, 2020):

change the upload_max_filesize in php.ini

<!-- gh-comment-id:572434125 --> @prasathmani commented on GitHub (Jan 9, 2020): change the `upload_max_filesize` in `php.ini`
Author
Owner

@infernostudiosmtl commented on GitHub (Oct 23, 2020):

see #314 for my solution - hope it helps

<!-- gh-comment-id:714847869 --> @infernostudiosmtl commented on GitHub (Oct 23, 2020): see #314 for my solution - hope it helps
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#169
No description provided.