I downloaded the module into my modules directory. I enabled the module in the modules admin page.
When I go to upload, it says, "The selected file C:\test.zip cannot not be uploaded. Only files with the following extensions are allowed: jpg, jpeg, png, gif."
So, now what?
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | imagefield_zip-433362-9.patch | 864 bytes | mikeytown2 |
Comments
Comment #1
mikeytown2 commentedCould be related to #358440: ImageField inside Fieldgroup weight bug
Comment #2
Coleslaw commentedI tried this module today. It sounds like a great idea.
I am running Drupal6 with Imagefield 3.0
I get the same problem as the OP. Imagefield does not allow uploading of non image files, so zip files throw lots of warnings and are not processed.
If this module allows uploading zipped up images via the CCK Imagefield, then it looks like it needs some more development to get around the built in non-image restrictions.
If this is not how to use this module, some instructions would be appreciated.
Comment #3
mikeytown2 commentedThere's a new file upload slot for the zip file. do a edit find in your browser for
Zip Uploadto find it on your node creation/edit page. Also the imagefield needs to allow multiple files.Comment #4
Coleslaw commentedThanks for your response. I had read through your other thread and tried all that.
Can anyone confirm that this version is compatible with ImageField 3.0?
I have no CCK Fieldsets.
My ImageField is set to unlimited files in one node.
I also disabled any Imagefield related modules which might affect it.
Trying all these things, there is still no other upload slot for zip uploads anywhere on my add/edit page. I guess I'll have to dig through the code when I have some time.
Comment #5
mikeytown2 commentedyou will want to apply these 2 patches for 3.0 support
#403100: March 15th ImageField/FileField Breaks Zip Upload
#360461: Drag-n-Drop interface broken
Comment #6
Coleslaw commentedThanks, but still no dice. I'll have to try this on a fresh install. It might be one of the many modules I have installed.
Comment #7
sinasalek commentedSame here, using the latest version of filefield and imagefield
Comment #8
geerlingguy commentedSame problem - I'm not getting the zip upload form at all. I will try to diagnose the problem in a while, but might have to put this off. I was hoping to use this module instead of Image FUpload, as I was having a lot of trouble with our work's proxy/firewall and flash.
[Edit: I just realized my image field was actually set up to use the 'File upload' widget rather than the 'Image' widget. I switched that setting, and now the Zip upload form works great.]
Comment #9
mikeytown2 commentedAdded installation instructions to the readme.txt file.