Closed dankrause closed 10 years ago
The file API is not so great:
This makes our File class a bit weird. I appreciate any feedback on its design.
Also note that it loads the whole file into memory before uploading - this could probably be optimized, assuming urllib supports it.
Don't merge - I just realized that I'm overlapping with parse_rest.datatypes.Files. Will fix and submit a new pull request.
parse_rest.datatypes.Files
The file API is not so great:
This makes our File class a bit weird. I appreciate any feedback on its design.
Also note that it loads the whole file into memory before uploading - this could probably be optimized, assuming urllib supports it.