-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload to subdirectories #12
Comments
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 |
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.
The text was updated successfully, but these errors were encountered: