I'm looking for a workaround to allow user content uploads to a web app that does not permit it natively because of restrictive file limits with my hosting provider (it's all I can afford right now).
I need a free third-party web service for:
- Image uploads
- Document uploads
What I'm thinking is to use Flickr for image uploads and then use the Flickr api to access those images? Or is there an easier external service for integrating image uploads?
Regarding document uploads, if I want a user to be able to upload MS Word, Rich Text or PDFs to my app, is it possible to integrate Google Docs into my service if direct uploads are not possible. Or, again, is there some other service that allows this?
Am considering whether I need to use Amazon for uploads but because I'm unemployed I want to minimize expense as much as possible and try to use free external services as long as it doesn't become too cumbersome both for me to program and for the users of my application to use. There's always a risk when you direct someone to a third party that they will lose track of where they started and forget to come back :)
Would appreciate any suggestions.