reagent-project/reagent-cookbook

File upload example: callback function?

bzg opened this issue · 4 comments

bzg commented

Thanks for putting these recipes together, that's very useful.

While testing the file upload example, I could not figure what callback function to use. My goal is to retrieve the URL of a freshsly uploaded document.

Thanks for any hint!

@bzg I updated the file-upload recipe to use the new filestack api and to print the url to the console. Please let me know if this helps!

bzg commented

I am assuming that worked for you, please reopen if it didn't :)

bzg commented

Yes, it works fine, thanks again.