Questions tagged [malsup-ajax-form]
6 questions
3
votes
1 answer
Laravel Ajax image upload with preview not working?
The form for uploading the image using Laravel Form Facade
{{Form:: open(['route'=>'jcrop.store', 'method'=>'post','id'=>'upload','role'=>'form-role', 'enctype'=>'multipart/form-data'])}}
…

Ravi
- 120
- 1
- 8
1
vote
0 answers
Instead of a function displaying a line of text because the result set is empty, I get an empty select field
The section of page I'm working on:
Izmena zadatka
1
vote
1 answer
jQuery ajaxForm plugin double file upload
So I have searched all internet for answer but nothing...
The problem is that using ajaxForm malsup plugin it submits my files twice.
HTML:
1
vote
1 answer
How to show amount of MB uploaded using AJAX file upload and jquery.form.js?
The description:
I am using this plugin(jquery.form.js) to upload files through AJAX method.
I have implemented a progress bar which shows the progress in percentage.
Now I want to display the progress amount in KB/MB too. Let me first share my…

Saswat
- 12,320
- 16
- 77
- 156
0
votes
1 answer
How to submit comma delimited on multiple select using jquery ajax
I was trying to figure it out to submit a comma delimited value on a multiple select. Here's my sample code:
$( 'myform').ajaxForm({
beforeSubmit: function(data) {
var queryString = compressParam($.param(data));
…

mrrsb
- 663
- 3
- 13
- 28
0
votes
1 answer
AJAX form submit doesn't work in IE11 and Edge
Can't solve a problem with form submittion. I use this code for my form:

pringlesday
- 45
- 5