C catyinwong Active Member Licensed User Longtime User Feb 3, 2020 #1 I found a lovely resource for web image storage: https://upload.cc I am wondering if we can handle the upload action and get the url by codes?
I found a lovely resource for web image storage: https://upload.cc I am wondering if we can handle the upload action and get the url by codes?
LucasHeer Active Member Licensed User Longtime User Feb 4, 2020 #2 Yes! Looks like it's just a multipart form POST request. The request returns a JSON response with status, image URL, etc.. Upvote 0
Yes! Looks like it's just a multipart form POST request. The request returns a JSON response with status, image URL, etc..