Is there a way to move images from your pc in bulk to a folder in glitch? If so, how?

Is there any way to get images from my pc and put them all in a folder in glitch?

I have 100+ images from my pc that I want to move to my glitch image folder, it would take some time if I were to do wget each image url after putting it in the assests folder so, is there any other way to move them in bulk to my folder?

My image folder looks like this:

image

1 Like

I’d say Zip the files on your PC, Upload them, WGET the zip file, and Unzip it unzip [FILENAME].zip.

Then, you can move the files from the extracted folder using this command:

mv  -v ~/[FILENAME]/* ~/upload/images/
2 Likes

Wow! Thanks, I’ll try that.

2 Likes

You could add a post in #feature-ideas to suggest the idea to choose whether to upload it to the project or the CDN.

3 Likes

A toggle for that would be nice.

2 Likes