Hi Wix,
I’m trying to make a website that visitors can upload their documents for automatic processing. I have a heroku Django project to handle the processing part. However I have trouble figuring out how to transfer the files from media manager to a web service hosted on heroku. Any help would be appreciated!
#upload #webservice #django