Needs review
Project:
Image FUpload
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Nov 2009 at 03:17 UTC
Updated:
13 Feb 2012 at 18:05 UTC
Jump to comment: Most recent file
Comments
Comment #1
jzornig commentedCan I request that the module fall back gracefully in the case where the user does not have flash to still allow single image upload. Installing this module makes your site unusable if the user does not have flash.
Comment #2
raphael waeselynck commentedHi,
Since this feature was a lack and I really needed it, I developed a solution. Please have a look at the attached patch and tell me if it is working fine for you.
Comment #3
rjbrown99 commentedComment #4
grandcat commentedThe patch is corrupt (just removals). Please create agaian a patch against head.
Comment #5
raphael waeselynck commentedMy apologies for the previous patch (-_-)", guess I was tired !
Here is a new version, hope this one is working, at least it does add code instead of removing this time ;-)
Do not forget to add the following js from SWFUpload : swfupload.swfobject.js, I did not include it in the patch, just modified the readme.txt to warn user they should include it.
Regards,
Raphael
Comment #6
grandcat commentedThank you very much! I'll do some testings next week.
Comment #7
dafederThis is working for me, except for the fact that it allows people to add more than one image to their node now, whereas before image_fupload was creating a new node for each image. Working on a patch to only allow one value in the noflash version.
Comment #8
dafederI ended up doing this via hook_form_alter: