mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 10:55:56 +03:00
[GH-ISSUE #291] Upload-Button at the bottom of every page? #214
Labels
No labels
Feature
Feature
Is It Really an Issue?
Need More Info
Request
Security
bug
duplicate
enhancement
enhancement
help wanted
invalid
pull-request
question
suggestion
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tinyfilemanager#214
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @devnull4242 on GitHub (Jan 21, 2020).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/291
Is it possible to put a "Upload-Button" additional to the bottom? It is not nice to use the "Upload-Button" at the top on mobile devices.
Code:
<li class="list-inline-item"> <a href="?p=<?php echo urlencode(FM_PATH) ?>&upload" class="btn btn-small btn-outline-primary btn-2"><i class="fa fa-check-square"></i> <?php echo lng('Upload') ?> </a></li>Example:

@prasathmani commented on GitHub (Jan 21, 2020):
All actions in bottom toolbar are related to file selection, but
uploadis not relevant here@devnull4242 commented on GitHub (Jan 21, 2020):
Thank you for your answer. But it is not really nice on mobile devices with navbar-collaps.
http://mobiletest.me/iphone_5_emulator/?u=https://tinyfilemanager.github.io/demo/
@prasathmani commented on GitHub (Jan 21, 2020):
Okay, then I'll improve the navbar design with feature release
@devnull4242 commented on GitHub (Jan 21, 2020):
Thank you very much. Tiny File Manager is a really nice software.