Giter Club home page Giter Club logo

Comments (6)

innostudio avatar innostudio commented on May 20, 2024 1

@Tiththa Please contact us over live chat - https://innostudio.de/fileuploader/documentation/#chatra

from fileuploader.

innostudio avatar innostudio commented on May 20, 2024

@Tiththa may I know which version are you using and the line in code that triggers this error?

from fileuploader.

Tiththa avatar Tiththa commented on May 20, 2024

@innostudio I am using version 2.2 and laravel 5.6 . i am passing the files with upload method ajax call

upload: {
          url: 'create-listing/images-upload/fileuploader',
          data: null,
          type: 'POST',
          enctype: 'multipart/form-data',
          start: true,
          synchron: true,            
          onSuccess: function(data, item, listEl, parentEl, newInputEl, inputEl, textStatus, jqXHR) {
              item.html.find('.fileuploader-action-remove').addClass('fileuploader-action-success');
              console.log(data);
              // alert(data.success);

              setTimeout(function() {
  	            item.html.find('.progress-bar2').fadeOut(400);
  	        }, 400);
          },

and in the controller

$FileUploader = new FileUploader('files', array(
          // options
          'limit' => null,
          'uploadDir' => storage_path('app/public/images'),
          'title' => 'name'
        ));

        // upload
        $upload = $FileUploader->upload();

        return response()->json(['success' => $upload]);

and in the console of my page i am getting this error and image warnings.
https://ibb.co/wYZp72s and the images are getting saved

from fileuploader.

innostudio avatar innostudio commented on May 20, 2024

@Tiththa can you update the jquery.fileuploader.min.js again?

from fileuploader.

Tiththa avatar Tiththa commented on May 20, 2024

@innostudio i updated and still the same. It now gives a TypeError: c is undefined on firefox.i checked with opera browser it gives the same previous error

TypeError: c is undefined jquery.fileuploader.min.js:8:44044
    jQuery 6
        progressHandling
        success
        u
        fireWith
        k
        n

h=((new Date).getTime()-c.getTime()) with the debugger.

from fileuploader.

Tiththa avatar Tiththa commented on May 20, 2024

@innostudio Thanks will do

from fileuploader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.