-
Notifications
You must be signed in to change notification settings - Fork 59
In ajax it is posting only newly added images. #3
Comments
Hi, |
@CorbettCloud could you please validate if your problem has been fixed with v1.2.3? |
@CorbettCloud this error is caused by the jQuery Validation plugin. When using Image Uploader with jQuery Validation, you must override the "accept" rule with something like this:
Try that out. Anyway, the previous problem is solved? |
any update on this? i have this same issue |
After some tests, I've found out that everything is working fine, but just in Chrome. This error only occours in Edge. In Firefox, it just won't work, but also does not throw any error. In Safari, does not work either. This problem is in the same boat as issue #2. The thing is: to solve this, this plugin will need to be rewrited. There is no workaround on the File API, because there is no common behavior between the browsers. I will think about it and try to get a cross browser solution, but I can not assure you that I'll do it, neither when. If any of you have any suggestion, feel free to share with me. |
Just to update this topic: I've been searching for alternatives in my free time, but still didn't find a cross browser solution. I'm afraid that this won't happen. |
At the time of image selection, if we select 1 or more images (1.jpeg, 2.jpeg) and close the dialog box and again open to select more files (3.jpeg, 4.jpeg) and close the dialog again then preview is showing the previous and new images (1.jpeg, 2.jpeg, 3.jpeg and 4.jpeg) which is OK, but while posting, it is posting only newly added images (2.jpeg, 3.jpeg). I using ajax to submit data.
The text was updated successfully, but these errors were encountered: