Importing CSV (with an image)

Hello,

Can anybody explain me whats the problem with this csv file? I can't import it neither in my site nor in omeka.net. I tried with the fields surrounded by " and without, with the File column at the begining and at the end,... the prolem is when adding the file i get this error:

Imported: 0 / Skipped Rows: 0 / Skipped Items: 2

Can it be due to the image size? Well, I use this versions:
- Omeka v1.5
- Scripto v1.3.1
- CSV import v1.3.4

File,Title,Subject,Description,Creator,Publisher,Type,Format,Language,Rights,Source,Date
"http://mdc.cbuc.cat/utils/getfile/collection/epistolari/id/386","Title-1","Sub-1","Desc-1","Autor-1","Editor-1","Carta","imatge","catala","Còpia permesa amb finalitat d'estudi o recerca citant la font Biblioteca de Catalunya. Per a qualsevol altre cal demanar autorització","Memòria Digital de Catalunya","2008-03-03"
"http://mdc.cbuc.cat/utils/getfile/collection/epistolari/id/387","Title-2","Sub-2","Desc-2","Autor-2","Editor-2","Carta","imatge","catala","Còpia permesa amb finalitat d'estudi o recerca citant la font Biblioteca de Catalunya. Per a qualsevol altre cal demanar autorització","Memòria Digital de Catalunya","2008-03-03"

From some testing I did, it looks like it is a problem with the files running into the security settings. Since there is no extension (like .jpg, .png) at the end of the file name, Omeka rejects it as a disallowed file type.

If you go to the security settings, you can check a box to turn off the validation. Hopefully that'll let the files through okay.

Great! Just disabling the "File Upload Validation" it has worked. Now I have to test it with 8000 files...

Thanks

For those who wants to upload huge amounts of data, I've uploaded 7284 objects via CSV import with a single file but I had to change these to php.ini properties:
max_execution_time = 0
max_input_time = -1