Oneside.at

Results 6 comments of Oneside.at

@Reinaldorelevance Is the jquery.fileuploader.min.js returning a 404 page? Can you open the file in a new tab (by clicking on jquery.fileuploader.min.js)?

@milestorm thank you for your advice! It will be fixed in the next update. P.S. please send me an email to [email protected] with your PayPal account so that I could...

@alvaroforti unfortunately you can't set a width and height. You can only disable the editor by setting `editor: false` https://innostudio.de/fileuploader/documentation/#options-image-editor

@AFMW instead of `addMore: true`, set `upload: true`

@jonitopsg did you try using 0.5?

@GDCReXes issue found: In `print_token_raw` method replace the `if ($text && $text !== '') {` with `if ($text != null && $text !== '') {` ~~~php private function print_token_raw($text) {...