MasterEx / myloader

a simple PHP file uploader
http://ammar.gr/myloader
11 stars 1 forks source link

Change naming scheme from hash-file.ext to file.ext-hash.ext / add smaller url #2

Open AmmarkoV opened 14 years ago

AmmarkoV commented 14 years ago

Change naming scheme from hash-file.ext to file.ext-hash.ext This way the files will appear sorted in the ftp list and autocomplete will work in your browser also add a tinyurl like internal feature so that the a request sfile.php?i=file.ext will return the same as file.php?i=hash-file.ext now :)

AmmarkoV commented 14 years ago

This is partially improved with vfile.php that outputs the filenames on the title bar of the browser thus enabling firefox to search for the file..