Forums

Uploading over 100mb of images

I need to upload around 1500 images for a twitter bot I am building. I need them all in the same directory. I have tried uploading 2 zipped files and combining them, but when I then unzip them it only unzips one half, and says a certain amount of bytes were detected in the beginning of the zipped file. When I try to unzip the two smaller zipped files to the same directory, it puts them in new subdirectories within the directory I tell it to. Is there any way that I can just get some images into a single directory?

Take a look at https://help.pythonanywhere.com/pages/UploadingAndDownloadingFiles/

I have looked at this page. As I said I have tried the method of combing the zip files and get this error. I just need these files in one directory lol cannot believe how difficult it is proving to be

You can always move files from two directories into one.

how can I go about doing that? I have no experience with unix but I guess that's the only way to operate anything on this website

That's true, you will need to use shell. Use mv command. Internet is full of basic bash tutorials.