Code Monkey home page Code Monkey logo

vuejs-uploader's People

Contributors

charliekassel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

vuejs-uploader's Issues

Response Handler

Hi there,

Thanks for your great job !

My question is : I need to access to the response data after my file upload request. (multiple = false)

Is there a way to access to this response ( like the error handler but when nothing goes wrong ) ?

Thanks guys

MC

Slot API names have changed

Hi there,

I noticed that the names of the slots have changed meaning the example in the README is outdated. It says slot name is "browse" when it is now "browse-btn". Would be nice to have an example for the other slots as well.

Thank you!

Possible to specify name attribute of file?

Works great, but is it possible to set the name attribute on the file input? I'd like to use several uploaders on a page. After the upload, I'm having trouble figuring out which file came from which uploader.

Ability to upload files by clicking external button

Hi @charliekassel

Thanks for this awesome job. Super clean&easy code. I would like to request a feature.
For single file uploads, when a file selected it immediately starts uploading file. Instead of this, i want to manage my own upload button. I'm creating a pull request for this but my changes are not working as expected. I will write some comments into it too.

Thanks.

Upload gets stuck after uploading the first part

Hi @charliekassel

I'm trying to clone the repo and get it running locally.

Steps:

  1. Clone the repo
  2. npm install
  3. start the php server
  4. rm -rf dist/* && node build/build.js
  5. node build/dev-server.js
  6. Upload a video in the first uploader box with file size 10mB
  7. Only the first part gets uploaded.

screen shot 2018-01-31 at 11 27 39 am

Thanking you in advance for your help.

Feature request: Upload multiple automatically

Is it much trouble to have multiple images upload automatically? Currently set for single uploads only..

      // start upload if queue is not being used i.e not multiple
      if (!this.multiple) {
        this.resetError()
        this.upload()
        this.$emit('startUpload')
      }

Vuex error (TypeError)

Hello,

I'm getting these two errors when I use your library.

vue_error

Can you help me out please.

Thanks

Possible to explain how to use with Laravel Framework?

I was hoping that maybe there was an easy way to approach this, but it seems that it's a simple way that the PHP file goes through... However I'd like to be able to just allow this to be usable in my Laravel Project that has a Vue Frontend..

Any help would be much appreciated.

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.