Tagged Questions
1
vote
1answer
33 views
Uploading files on web from client without revealing API key
I'm trying to upload a file from a web application to an external source (such as scribd) for example. to upload the file I need to send the API key as well. however if i send the API key from the ...
0
votes
2answers
1k views
Upload a file in Django and then send it somewhere else through REST?
I am building a simple Django app that will use scribd to display documents. I would like to have a page where the administrator can upload documents to scribd through the website, since I need to ...