I'm currently trying to figure out how to get the stream of an uploaded file.
I want to receive the file live and send it to a seperate file server. Python receive files like PHP, doesn't it?
I get the temp-name and copy the file out of the temp-directory. But that would be very slow, to first receive the whole file and then reupload it to the external server.
Is it possible to get the stream,while the client is writing, and then send the data to the external server?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||||||||||
|