Git Product home page Git Product logo

jquery-html5-upload's People

Contributors

andrey-borue avatar darkaico avatar gunjanpatidar avatar keel avatar keoven avatar mihaild avatar relu avatar smurail avatar theoephraim avatar tominoo 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jquery-html5-upload's Issues

Security Manager vetoed action arg 0 NS_ERROR_XPC_SECURITY_MANAGER_VETO

This is a new error with Firefox 11. I'm not sure if this is an error in the core of jquery, or if it is with html5 upload. Anyone else getting this? The same upload code still works in FF 10 and in Chrome.

Full error from FF Console:

Error: uncaught exception: [Exception... "Security Manager vetoed action arg 0 [nsIDOMHTMLDivElement.contains]" nsresult: "0x80570027 (NS_ERROR_XPC_SECURITY_MANAGER_VETO)" location: "JS frame :: :: <TOP_LEVEL> :: line 3" data: no]

I can't use start on a submit button.

I happen to be a beginner to Jquery and I am trying to make the files upload on form submit, and I can't get it to work, how can I upload on button click ?

Thank you.

Somehow it just does not work

Hi,

I tried your script but somehow it just wont upload in the folder. I use latest chrome and I made the folder fully open (777).

a bug always trigger onError

line115, this code always trigger onError, and cant trigger onFinishOne

if (xhr.status >= 200 || xhr.status < 205) {
  $this.triggerHandler('html5_upload.onError', [get_file_name(file), load]);
  if (!options.stopOnFirstError) {
    upload_file(number+1);
  }
}

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.