We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is actually almost not an issue, but a feature. I don't know if you want to add a feature to support recursive folder upload.
At the moment assume you have a folder like this: _ parent ___ pic1.jpg ___ child _____ pic2.jpg
And you upload the parent folder to gofile server. It ends up like this in the gofile server: _ longBoringGenericName _ pic1.jpg _ pic2.jpg
So it does not preserve the folder structure. I don't need it personally but this feature could be added.
Thank you for your effort to open source.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is actually almost not an issue, but a feature. I don't know if you want to add a feature to support recursive folder upload.
At the moment assume you have a folder like this:
_ parent
___ pic1.jpg
___ child
_____ pic2.jpg
And you upload the parent folder to gofile server. It ends up like this in the gofile server:
_ longBoringGenericName
_ pic1.jpg
_ pic2.jpg
So it does not preserve the folder structure. I don't need it personally but this feature could be added.
Thank you for your effort to open source.
The text was updated successfully, but these errors were encountered: