Thanks for the reply! This is just uploading the file, I'd like to know the whole process. upload and get processing, then return the result. Is there any resource I could learn?
在 2018年4月23日星期一 UTC-7下午12:32:36,Musharaf Baig写道: > > You can use > > *upload_to on FileField models.FileFied(upload_to='')* > > On Monday, April 23, 2018 at 11:58:34 PM UTC+5, breadson xue wrote: >> >> >> I would like to ask if I upload a post file such as a txt file or video >> file, how do I save it with django and follow-up on this file (this >> processing is done with a python program that I have written) and return it >> to the front end. How the specific process should be implemented and where >> my own python program should receive data? >> any hint would be helpful! >> >> Thanks in advance! >> > -- You received this message because you are subscribed to the Google Groups "Django REST framework" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
