Live data from Hacker News

Ask HN: Need to upload file to many sites. Is it possible to upload only once?

news.ycombinator.com

1–3 of 3 posts

Ask HN: Need to upload file to many sites. Is it possible to upload only once?

#1
I need to upload a large file to multiple sites, each of which having an upload form that lets me choose a file to upload. In the end, I upload my file to each service separately. The problem is that my connexion is slow and that it takes considerable time to upload everything.

Therefore I would prefer to only have to upload to one service, and from that service be able to upload to any site. Is it possible to do this?

Re: Ask HN: Need to upload file to many sites. Is it possible to upload only once?

#3
post #2

You could use a VPS/cloud server...upload to that server, then use that server to upload to other sites

That is one solution I thought of, but I don't know of any VPS/Cloud Server solutions that are free. It seems a bit overkill to be honest