php - File manager with auto-renaming of files and strict validation -
php - File manager with auto-renaming of files and strict validation -
i'm looking develop file manager has unusual requirements. thought authenticated user can upload new files, re-order existing ones (through drag , drop), , delete - nil new here know. however, files beingness used part of media presentation , have strict ordering , naming convention, i'd thought i'd allow them upload files name, renaming on fly, @ point can determine name should be, in line exists in folder. basically, every alter made has potential knock on effect file names within folder. added this, want set versioning scheme alternative roll previous states.
i'm leaning towards php , jquery solution, building on top of out there. there out there work me adding validation , processing on top of standard file manager processes? doesn't have php, intranet site running on handful of machines same spec. perchance there solution via java or language...
hope isn't vague, hoping might have experience of file manager integrate i'm going have do.
i utilize stack info construction save state of editing:
push --> add together new action history (eg new slide added)
pop element out of stack --> rollback previous change
at end of editing, user press commit
button , php read stack , @ time files renamed in right way
php file-management
Comments
Post a Comment