How to upload images directly from computer to static folder?

I am working on a web app with Django and I want to upload images to static folder but can’t figure out how. When I click on upload image it just uploads but there is no option to move it another folder. NEED HELP!

Use mv to move files where you want them (or just drag files in the UI).

1 Like

I am workimg on android device.

Then try using the mv command in the shell.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.