-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add a file manager #422
base: master
Are you sure you want to change the base?
Add a file manager #422
Conversation
Add the button to access to it and the file written in php
FM by John Campbell is best
Why you change bootstrap css file? And I strongly disapprove file manager constructed inside. This must be constructed outside of it, out of control of aria2. I mean a page with frames and change frame of download manager and file manager is way more better. For example (can achieve better style with proper css): <!-- index.html -->
<html>
<head><!-- head stuff here --></head>
<frameset rows="10%,90%"> <!-- instead of body, use frameset -->
<frame src="nav.html"></frame>
<frame name="slot"></frame>
</frameset>
</html>
<!-- nav.html -->
<html>
<head><!-- head stuff here --></head>
<body>
<a href="webui-aria2/index.html" target="slot">Download Manager</a>
<a href="file-manager/" target="slot">File Manager</a>
</body>
</html> achieves both decoupling and simplicity. |
Ups, sorry for the tinyfilemanager, I saw that license and i chose Simple PHP File Manager by John Campbell but i forgot to remove the file ! xD |
Arf, I saw that "The tag is not supported in HTML5." .... It's too long for me to use Ajax .... or other things, i let it like that. Sry |
You should also provide more documents on the file manager, including a warning of complexity. I advise Electron native apps for file management with download management. There is an open issue for it but no progress so far. |
I agree with @no1xsyzy that setting up webui with apache and php is not everyones take. Perhaps we can make WebUI work better with static file servers, so it can directly have a download / preview button to open the url in a file explorer in a new tab ... that way users can setup file manager separately |
But I am more then happy to check in different packages (in PHP & perhaps NodeJS) to give more functionality. And electron apps would be a killer :D Native downloading cross platform |
I've managed to run a java app and it's web ui in an electron app. In my case the java app embed the Webui, it will be slightly different to have it externalized, but it won't be a big deal to adapt. |
I added a php file manager.
In order to access folders and files in your pc, you must create a Symbolic link in the folder.