so I got this python script that removes duplicated files and sort them into folders corresponding to their extension . what I want to do is when someone uploads a folder to the website than clicks a button the python script is called and starts , it creates a folder to store the sorted files for users to later download those files.
-
1check similar question here stackoverflow.com/questions/32288722/…moustafa– moustafa2021-06-05 21:51:52 +00:00Commented Jun 5, 2021 at 21:51
-
1Does this answer your question? Call python function from JSPawan Bishnoi– Pawan Bishnoi2021-06-06 04:22:37 +00:00Commented Jun 6, 2021 at 4:22
Add a comment
|