Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
I noticed that FileField has a really nice dynamic upload mechanism. Maybe you could take a look at their code and see how they did it? The implementation might be very similar since we are talking about CCK fields in both cases, and it could save you from reinventing the wheel.
Comments
Comment #1
jbrown commentedComment #2
Grantovich commentedI noticed that FileField has a really nice dynamic upload mechanism. Maybe you could take a look at their code and see how they did it? The implementation might be very similar since we are talking about CCK fields in both cases, and it could save you from reinventing the wheel.
Comment #3
jbrown commentedIn the meantime use this great module: http://drupal.org/project/hide_submit
Comment #4
geek-merlinthis would be great, voting, subscribing.
Comment #5
spelcheck commentedsubscribing, thank you soo much for this module. A++ drupaler!
Comment #6
cashwilliams commentedsubscribing, and agreed, A++ Drupaler!
Comment #7
spelcheck commentedsubscribing, A+ module total game-changer. PECL UploadProgress or APC would be icing on the cake.
Comment #8
jbrown commentedJust committed this: http://drupal.org/cvs?commit=414734
You need to enable filefield module before upgrading.
Because the filefield widget is so tightly integrated with the file field, I could only get it too work with the video upload, not the image upload.