nice, but the popover should appear on rollover. I can't see it again once it's closed.
rt () - 10 years ago - Reply 1
It's so great that you mentioned this, i'll include it in this fragment, thank you very much.
DSV () - 10 years ago - Reply 1
the console is telling me that popover is not a fuction
can somebody help me please ?
Kevin () - 7 years ago - Reply 0
i want upload multiple images and pdf documents what can i do ?
waleed arif () - 7 years ago - Reply 0
I try set static value input with image when document is ready.
I have problem with image, I don't see the image when onhover action on input.
$( document ).ready(function() {
// Create the preview image
$(".image-preview-input-title").text("Zmień");
var file = "image.jpg";
$(".image-preview-filename").val(file);
$(".image-preview-clear").show();
img.attr('src', file);
$(".image-preview").attr("data-content", $(img)[0].outerHTML).popover("show");
});
mapo () - 7 years ago - Reply 0
can anyone help me, i m not getting preview and clear button? what link do i need to include the jquery file.
Kapil Thakur () - 7 years ago - Reply 0
when the Clear button is emerged this button is not at the same line as other tags so it moved little bit down. anyone can help me on this
bandar madane () - 7 years ago - Reply 0
to good but we want to show image in page after select any image
Gautam Singh Yadav () - 8 years ago - Reply 0
Nice one...please solve if we are using this with bootstrap forms the Browse and Clear buttons are not inline they are misplaced
Suraj Mundalik () - 9 years ago - Reply 0
If I insert this snippet twice on the same page while being in two different form when I go to upload a photo in one opens the preview also in the other, I think it is a problem of javascript . How can I fix ?
Davide Cicconi () - 9 years ago - Reply 0
it depends on what PHP framework you are using (if any, like Laravel, Slim, CodeIgniter, etc). Or are you using plain PHP?
maxsurguy () - 9 years ago - Reply 0
Didn't worke fr me ... the design is ok , comes but once i upload image nothing happens !
Alok () - 9 years ago - Reply 0
its not working at all... after choosing a file, there is no file info in the field and the popup box is not there as well.
I just copy and paste directly. What's wrong with that?
Peter () - 9 years ago - Reply 0
its nice but its not work all browsers :( http://mirchu.net/material-...
Mirchu () - 9 years ago - Reply 0
To bad that this is only for 1 image, not multiple files. I have to be honoust that this is nice :)
5300 () - 10 years ago - Reply 0
Check out http://rubaxa.github.io/jqu... for some really powerful AJAX file uploader. Also my book http://maxoffsky.com/frontend explains usage of this plugin in detail.
maxsurguy () - 10 years ago - Reply 0
Multiple files it's more complicated, this snippet is for one image at time.
DSV () - 10 years ago - Reply 0
I wanted to keep it simple, create only one input for the user, but you're right, i need to add an example with a form and I'll add a button to send it, thank you very much for your comment.
DSV () - 10 years ago - Reply -1
Actually, please do not put the submit button because this might overload the server with file upload requests... Thanks for the great snippet!
maxsurguy () - 10 years ago - Reply 1
ok, it's not possible to add the submit button, but it's quite simple add it to your form, just read the comments inside the html, if you need some help send me an email, regards.
DSV () - 10 years ago - Reply 0