Active
Project:
Multiple Image Upload
Component:
Code
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
19 Oct 2010 at 13:10 UTC
Updated:
2 Nov 2010 at 10:37 UTC
Dear All,
I am preparing one custom module. But In that custom module I want to add image upload filed is same as like cck imagefield. So, Is there any way to create form field like cck imagefield.
Thank you,
Mrugesh Panchal
Comments
Comment #1
beautifulmindYou should use the 'file' type field.
Regards.
Comment #2
mrugesh_drupal commentedI want to build a image upload filed in custom module as in CCK.
With like add another item option in custom module.
So, How to make add another filled in custom module in drupal standard.
Comment #3
beautifulmindits quite simple, u have to use Jquery for easy navigation & appearance of the field. You have to create fields dynamically and have to keep track all of them. Its quite easy but time consuming. It can take up to 4 hours. I remember I have done similar task on my first encounter with Drupal, way back in 2008.
Comment #4
mrugesh_drupal commentedyes i have build it using jquery. But is there any drupal module which gives us the facility to add form api like drupal CCK having "add another item".
Comment #5
beautifulmindNop. But you can contribute the one. Nice Idea!