Disable preview Images

104 Views Asked by At

Sorry, I need to disable preview images. Not only not view preview (that I try with success with disableImageLoad: true) but also disable the action of client-side.

I need to save time by disabling this.

Thank you.

1

There are 1 best solutions below

0
mic.teseo On

I try this:

$('#fileupload').fileupload( 'option', { disableImageLoad: true } ); 

But however the app works

see image