Posted by hemant_gautam on November 1, 2012 at 3:35pm
Hi,
I have added one image field in one content type and using hook_form_alter() function I am altering that node form and adding $ajax for uploading file.
So once I upload image file, it gets store into Database. I don't need to click on save button. for storing.
My problem is that I want client side(JQuery) validation for this image upload field not the one which drupal provides.
Please help me.