I am implementing a feature in django where file uploaded by user should be saved in both local system and remote server location also.
I am able to do both the process individually but not together.
Is there any way we can upload a file to both the location local and remote?
Django version - 3.0