A user submits a zip file containing images and a CSV file.
Only a single directory in the zip file is allowed. The files can be either in the root of the zip file or in a subdirectory in the zip file.
The CSV file should be in the same directory in the zip file as the images. The CSV file will generally adhere to the format described here
Instead of a url column in the CSV file, users should use the image column header. This column just has the filename of the image. (e.g. mycool-image.png)
Images are expected to be in either png or jpg formats.
Idea 1:
url
column in the CSV file, users should use theimage
column header. This column just has the filename of the image. (e.g.mycool-image.png
)