Skip to content

Instantly share code, notes, and snippets.

@KratosGemini
Created July 30, 2014 17:47
Show Gist options
  • Save KratosGemini/52c7f137819a51482a50 to your computer and use it in GitHub Desktop.
Save KratosGemini/52c7f137819a51482a50 to your computer and use it in GitHub Desktop.
Browser console output for a test for the Fine Uploader validate even bug
[Fine Uploader 5.0.3] Parsing template s3.jquery.fineuploader-5.0.3.min.js:16
[Fine Uploader 5.0.3] Template parsing complete s3.jquery.fineuploader-5.0.3.min.js:16
[Fine Uploader 5.0.3] Rendering template in DOM. s3.jquery.fineuploader-5.0.3.min.js:16
[Fine Uploader 5.0.3] Template rendering complete s3.jquery.fineuploader-5.0.3.min.js:16
[Fine Uploader 5.0.3] Grabbed 2 dropped files. s3.jquery.fineuploader-5.0.3.min.js:16
[Fine Uploader 5.0.3] Received 2 files or inputs. s3.jquery.fineuploader-5.0.3.min.js:16
data
Object {name: "a doc.txt", size: 1}
[Validate Handler] name: a doc.txt index.html:75
[Validate Handler] qqPath: undefined index.html:76
[Fine Uploader 5.0.3] Attempting to validate image. s3.jquery.fineuploader-5.0.3.min.js:16
[Fine Uploader 5.0.3] Sending simple upload request for 0 s3.jquery.fineuploader-5.0.3.min.js:16
[Key Function] name: a doc.txt index.html:62
[Key Function] qqPath: test/ index.html:63
[Fine Uploader 5.0.3] Submitting S3 signature request for 0 s3.jquery.fineuploader-5.0.3.min.js:16
[Fine Uploader 5.0.3] Sending POST request for 0 s3.jquery.fineuploader-5.0.3.min.js:16
data
File {webkitRelativePath: "", lastModifiedDate: Wed Jul 30 2014 12:41:10 GMT-0400 (Eastern Daylight Time), name: "b doc.txt", type: "text/plain", size: 1…}
lastModifiedDate: Wed Jul 30 2014 12:41:10 GMT-0400 (Eastern Daylight Time)
name: "b doc.txt"
qqDropTarget: div.qq-upload-drop-area-selector.qq-upload-drop-area
qqPath: "test/"
size: 1
type: "text/plain"
webkitRelativePath: ""
__proto__: File
[Validate Handler] name: b doc.txt index.html:75
[Validate Handler] qqPath: test/ index.html:76
[Fine Uploader 5.0.3] Attempting to validate image. s3.jquery.fineuploader-5.0.3.min.js:16
[Fine Uploader 5.0.3] Sending simple upload request for 1 s3.jquery.fineuploader-5.0.3.min.js:16
[Key Function] name: b doc.txt index.html:62
[Key Function] qqPath: test/ index.html:63
[Fine Uploader 5.0.3] Submitting S3 signature request for 1 s3.jquery.fineuploader-5.0.3.min.js:16
[Fine Uploader 5.0.3] Sending POST request for 1 s3.jquery.fineuploader-5.0.3.min.js:16
[Fine Uploader 5.0.3] Sending upload request for 0 s3.jquery.fineuploader-5.0.3.min.js:16
[Fine Uploader 5.0.3] Sending upload request for 1 s3.jquery.fineuploader-5.0.3.min.js:16
[Fine Uploader 5.0.3] Received response status 200 with body: s3.jquery.fineuploader-5.0.3.min.js:16
[Fine Uploader 5.0.3] Simple upload request succeeded for 0 s3.jquery.fineuploader-5.0.3.min.js:16
[Fine Uploader 5.0.3] Received response status 200 with body: s3.jquery.fineuploader-5.0.3.min.js:16
[Fine Uploader 5.0.3] Simple upload request succeeded for 1 s3.jquery.fineuploader-5.0.3.min.js:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment