Best way to send files to a central location
-
I'm considering developing an app (iOS) my customers can use to send me files (typically PDF but could be other types, couple of MB at most). Sending the file has to be simple, just select and click Send. There are may ways to send/submit the file, e.g. (in no particular order): - E-mail - Dropbox (or similar) - FTP - Web service - Some horrible custom client/server contraption The files aren't top secret stuff and it's not the end of the world if the sending fails but but reliability is more important than security and simplicity (on both ends) is a must. I need to be able to group the files I receive by sender. Any thoughts on what's the best approach?
-
I'm considering developing an app (iOS) my customers can use to send me files (typically PDF but could be other types, couple of MB at most). Sending the file has to be simple, just select and click Send. There are may ways to send/submit the file, e.g. (in no particular order): - E-mail - Dropbox (or similar) - FTP - Web service - Some horrible custom client/server contraption The files aren't top secret stuff and it's not the end of the world if the sending fails but but reliability is more important than security and simplicity (on both ends) is a must. I need to be able to group the files I receive by sender. Any thoughts on what's the best approach?