Closed GoogleCodeExporter closed 8 years ago
Original comment by tom.h.mi...@gmail.com
on 24 Aug 2010 at 4:29
the reason it's not posting is because it looks for files ending in .jpg, and
not .JPG, so if you're in Linux or OSX you can navigate to the directory
containing the photos and type the following in a terminal:
for FILE in *.JPG; do IFS="."; set -- $FILE; mv "$FILE" "./$1.jpg"; done
This will change all of the file extensions to .jpg, and then uploading should
work just fine.
Original comment by jbigg...@gmail.com
on 27 Jun 2011 at 11:57
Original issue reported on code.google.com by
eddie.h...@gmail.com
on 24 Aug 2010 at 7:15