Add images uploaded via FTP

sosnowskibrian6635

New Member
Reservo User
Jul 6, 2017
2
1
0
Hello,

I have a desktop application created in C# that allows users to capture their screen and save images, gifs, etc. I would love to be able to connect this directly to my reservo image site to be able to upload from a desktop application.

I could send the files via FTP to a folder in the reservo root, but these don't show up on the regular gallery. This also wouldn't have a way to send login credentials to upload the image to a specific account, so it would just go under as a guest.

I could also potentially upload to the index.php or some php file that I send the login credentials and the image to, but I'm not quite sure how to go about this. Or, I could even just send the file to the website page and they click upload?

For now, I am fine with using FTP to allow users to upload their images to a global guest account, but these files don't appear in the gallery.

If anyone has any ideas on how to go about something like this, I would greatly appreciate it!

Thank you!