Suggestions
From Relay
Suggestion 1: Turn on post verification so the spammers quit hijacking these pages.
- It might take more than that... A couple good suggestions here (not my site)... But something's got to be done! Fogster 16:42, 15 December 2007 (PST)
Suggestion 2: My Relay machine worked great until one of my users attempted to upload a file that was larger than the amount of available memory. Any chance of changing the upload/download algorithms so they don't require so much RAM?
Suggestion 3: Enable commenting uploaded files. A file sometimes needs an explanation.
Suggestion 4: conf.inc.php get's created with <? starting tag. When short tags is turned off the include statement of this file will echo the contents of the file and expose the mysql password. Use <?php instead!
Suggestion 5: Add rename/delete/move for files.
Suggestion 6: Explicitly indicate that a user must first select a folder for the upload button to work. I added in: file js/relay.js , line 846 inside uploadAuth()
if(!FC.SELECTEDOBJECT) { alert("Please, first select a destination folder on the right."); return false;}
This way, the user will know he has to pick a dir, otherwise, nothing happens (SM).
Suggestion 7: dashboard css should allow more space. If an upload is large enough, it goes to hours, and then ETA time overwrites upload bitrate - it all becomes a mess. I edited several places the css so that it would not happen. Also, long files names overwrite date. "date" in realy.css could be 70% instead of 50%, if the width of the filelist is increased, which I did too. (SM)
Suggestion 8: allow upload status to indicate KBs uploaded (I've done it. You need to edit the upload.pl file to add bytes left to the stats file; edit relay.php to parse that extra field into JSON; edit js/relay.js to present it to the user (SM))
Suggestion 9: I guess it's impossible without java on the client, but what about "resume upload"?
Suggestion 10: The ability to set a maximum file size.
Suggestion 11: The ability to upload zip files, and choose a directory to unzip them to. This would be a huge plus.
Suggestion 12: Multiple file upload
Suggestion 13: Select several files to move/delete them
Suggestion 14: Order items by date, name or so would be awesome
Suggestion 15: Nice script but would be awesome to have a sharing feature: set some files as Public with a download link valid a certain amount of times
