View Single Post
08/02/15, 02:17 PM   #13
haggen
 
haggen's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2015
Posts: 137
So, I thought of an alternative to having a server in the mix.

You add-on developers set a SavedVariable named something like "_ArgonianUploadURL" and then, the software use its value as endpoint to the upload. I could also make it accept an e-mail, and then send it attached.

And later, when I add download/sync functionality, it could expect a "_ArgonianDownloadURL". Note that the file downloaded would have to also have this variable, so the software can keep it in sync. (It'd check last modified header of the URL or something like that.)

What do you guys think ? Cutting off the need for a server is a huge bonus IMO.
  Reply With Quote