Page 1 of 1

(Solved - It supports other filetypes) Is cloud save ".es3" only?

Posted: Mon Sep 07, 2020 2:19 pm
by Chimar
Hey there Joel,

I was hoping to be able to push CSV files right to the cloud/database but as far as i can tell from documentation (I'm still getting my server up and running so i cant quite test it out myself yet) it only supports es3 files.

If it doesn't support being able to use csv would you have any suggestion on how i could go about doing that? I could set up sql tables for each project i have going on and do it the old fashioned way but just being able to push and get a csv would be endlessly easier for me. Im guessing some work around like setting the .csv as a single string of data in the .es3 file that I later reinterpret into a spreadsheet might work.

Cheers.

Re: Is cloud save ".es3" only?

Posted: Mon Sep 07, 2020 3:26 pm
by Joel
Hi there,

ES3Cloud supports any type of file. You simply provide your desired filename to the ES3Cloud.UploadFile method.

All the best,
Joel

Re: Is cloud save ".es3" only?

Posted: Mon Sep 07, 2020 3:42 pm
by Chimar
Thanks Joel!