Upload to subdirectories
Hi, I made pull request to simple change in code for upload to subdirectories. it maybe isn't best solution, but it works. because on windows you can't use / or \ in filename. so i made little change with regex expression replace that looks for "%2F"(could be only %) in filename and replace it with /. it only changes first argument(name of file), second argument which is full path to file is unchanged. I try it by myself and it worked(it was only try, i dont even hope to work like that). I'm not work in C#, so i must use google to help me with that :D my pull request. i would appreciate if you make some update from that.

I made few updates. Fully working.
could someone please show how this works?
I have forked repository with subdirectory upload. You can compile it for yourself.
did you submit a pull request for this to be put into the master branch?
He did, but I don't really like the approach and plan to redo it with better UX when I have time.
#10 is left open for reference.
This was useful and saved my MH save, just when there are a lot of files, the operation is tedious