Replies: 1 comment
-
If you can write the code to do it, sure. I'd recommend uploading the file to somewhere persistent (eg media storage), then pass a reference to that file to your task, and do the processing there. The file file is going to be attached to a model, even better - just pass the model reference straight into the task. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was looking for a way to process files after upload. I came across tasks queue paradigm.
Is it possible to handle files with django-tasks in its current state.
Beta Was this translation helpful? Give feedback.
All reactions