Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

I've been looking for a service like this, but have had no luck, so far. Perhaps I overlooked something during my search.

I need to find a cloud-based file-storage and sharing service that will let me upload a file via API by providing a URL to the file (rather than posting the file).

Use-case #1: Let's say I'm using Drawloop's cloud-based mail-merge solution to create mail-merged PDFs via API. Each time I create a PDF, I get a URL to the created file. I'd like to be able to upload this file to a file-storage service without having to download it first - so pass in the URL to the file and have the file-storage system retrieve it from the URL. I'm creating the file in the cloud - why should I have to download it first, in order to get it into my cloud-based file-storage system?

Use-case #2: I'm using Formstack to collect form submissions along with uploaded files. Formstack stores the files on S3, but I'd also like to store them in my own cloud-based file-storage system. Formstack gives me the URL for each uploaded file, and I'd like to be able to pass that URL to my file-storage system and have the system retrieve the file directly from the URL.

Surely somebody's doing this already, right?

share|improve this question

3 Answers

Formstack now integrates with both Box and DropBox.

share|improve this answer

We're looking for long answers that provide some explanation and context. Don't just give a one-line answer: please explain why you're recommending it as a solution. Answers that don't explain anything will be deleted. See Good Subjective, Bad Subjective for more information.

You can also try the AWS S3 service also.

share|improve this answer
How? Why? Provide some more information. – Vidar S. Ramdal Nov 6 '12 at 14:36

The article at the link below may be useful; however these are apps which allow uploading from a URL to your dropbox and similar.

http://www.makeuseof.com/tag/5-ways-send-files-dropbox-dropbox/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.