Coder Social home page Coder Social logo

Comments (6)

kukhariev avatar kukhariev commented on July 20, 2024

Hi,
ngx-uploadx v2.x.x is to be used with Angular 6+ and rxjs 6+. For Angular v5+, use ngx-uploadx v1.x.x

npm install ngx-uploadx@1

from ngx-uploadx.

chirag-sa avatar chirag-sa commented on July 20, 2024

Thanks, that worked.

Will I get all necessary features of this plugin, in ngx-uploadx@1 version.

Like Pause,Resume,Cancel, Api call on pause,resume,etc ??

from ngx-uploadx.

chirag-sa avatar chirag-sa commented on July 20, 2024

After degrading version its works,
as i have already opened this issue after implementing i got one problem

that in params of URL?uploadType=uploadx in request params size is not going.

expected params
{"name":"Fianl-It-ki-kahani.mov","mimeType":"video/quicktime","size":301351607}
current params
{"name":"Fianl-It-ki-kahani.mov","mimeType":"video/quicktime"}

can you please tell, where i have gone wrong

from ngx-uploadx.

kukhariev avatar kukhariev commented on July 20, 2024

v1.x does not put size in the request payload by default.
Look at this example how to add size.

            metadata: {
              size: item.file.size,
              lastModified: item.file.lastModified
            }

from ngx-uploadx.

kukhariev avatar kukhariev commented on July 20, 2024

updated v1.2.4 on npm fixes this.

from ngx-uploadx.

chirag-sa avatar chirag-sa commented on July 20, 2024

Thank you @kukhariev for ultra-fast support

from ngx-uploadx.

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.