![]() |
How to make dropzone upload without setting class dropzone in form ? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: How to make dropzone upload without setting class dropzone in form ? (/showthread.php?tid=75003) |
How to make dropzone upload without setting class dropzone in form ? - MyhomesVN - 12-05-2019 I have a form with multiple form inputs and image upload using dropzone. The image upload area has a class called dropzone. When I put the class dropzone into the form the entire upload area style is going. Means the uploaded thumbnails showing out side of the upload area. I want to use the dropzone without changing the class dropzone in from. I tried initialising the dropzone programatically but that time the images is not posting into the controller. |