-
Notifications
You must be signed in to change notification settings - Fork 13
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
File upload support #8
Comments
Here is the article I used to implement my file uploads http://shogi-software.blogspot.com/2009/04/google-app-engine-and-file-upload.html |
Here is my awesome solution for this problem: Don't forget to add apache commons to jars.
|
Add this so that blobs don't get overriden when not sending any file.
|
I had the need for file uploads support.
My solution uses appache commons jar (that is not included in Dubious) and it seesms Dubious itself doesn't have support for file uploads (other than blobstore which is a paid feature of appengine if I'm correct)
I would like my solution to be included in dubious or other solution for file uploads.
The text was updated successfully, but these errors were encountered: