Conversation
…thout quotes, should be replaced in code for anything, maybe single % should work if code will be modified) and this will be replaced to "/" which makes upload to subdirectory for example "cfg%2ftest.cfg" uploads correctly to subdirectory cfg with name test.cfg. should create subdirectories and it should work for multiple subdirectories(not fully tested).
|
This looks oddly hacky. Why not implement some sort of addition to the open file dialog box that allows the upload directory to be specified? Personally I'd use |
|
I made change to use form to choose folder by type it in textbox(my form doesn't look nice, but works :D). Maybe default upload button should be fine if someone doesnt upload to specific folder(this form will pop up for each selected file, which can be really annoying). |
I found a way to upload to subdirectories. place in filename "%2f"(without quotes, should be replaced in code for anything, maybe single % should work if code will be modified) and this will be replaced to "/" which makes upload to subdirectory for example "cfg%2ftest.cfg" uploads correctly to subdirectory cfg with name test.cfg. should create subdirectories and it should work for multiple subdirectories(not fully tested).
