• Client-side
  • What is the maximum file size limitation?
  • Does the plugin require a form or file input field?
  • How to restrict the file selection dialog to show only specific file types?
  • How to prevent the page from becoming unresponsive, when adding a large number of image files?
  • Is it possible to trigger the file selection dialog programmatically?
  • How to use the this keyword inside of the plugin initialization options?
  • How to limit the file selection so users can only select one file?
  • Is it possible to resize images prior to uploading?
  • Is it possible to drag&drop a folder of files?
  • Why is the protocol ("http:") missing from the script references in the HTML source code?
  • Why can't I print the files index in the template for loop?
  • Why does Firefox never show 100% upload progress?
  • Why does the plugin display 1000 Bytes as 1 KB (and 1000000 Bytes as 1 MB)?
  • Why doesn't the file input field show the path of a selected file?
  • Why is the file input field cloned and replaced after each selection?
  • Why are files with a slash as part of the filename listed with a colon instead? (OSX)
  • Why do multiple selected files only show one start/cancel button when the forceIframeTransport option is set to true?
  • Why aren't custom headers sent on some browsers (namely IE version below IE10)?
  • Why does the plugin only provide a dragover event, not other drag related events?
  • Server-side
  • Why does Internet Explorer prompt to download a file after the upload completes?
  • Why doesn't Internet Explorer show HTML snippets as part of the JSON response?
  • Why do I get a JSON parsing error?
  • Why do I get an empty file upload result when uploading large files (PHP)?
  • Is there a problem uploading files with non-ASCII characters (PHP, Windows server)?
  • Why does string comparison fail with non-ASCII file names returned from the server?
  • Does the plugin support HTTP status codes?