Advertisement
Guest User

SWFUpload Debug: success

a guest
Aug 18th, 2010
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.51 KB | None | 0 0
  1. ---SWFUpload Instance Info---
  2. Version: 2.2.0 Alpha
  3. Movie Name: SWFUpload_0
  4. Settings:
  5. upload_url: http://mydomain.com/ImageGalleryManager_Controller/handleswfupload
  6. flash_url: http://mydomain.com/swfupload/javascript/swfupload.swf?swfuploadrnd=268168847
  7. use_query_string: false
  8. file_post_name: swfupload_file
  9. post_params: [object Object]
  10. file_types: *.jpg;*.JPG;*.jpeg;*.JPEG;*.gif;*.GIF;*.png;*.PNG;
  11. file_types_description:
  12. file_size_limit: 24MB
  13. file_upload_limit: 20
  14. file_queue_limit: 20
  15. debug: true
  16. prevent_swf_caching: true
  17. button_placeholder_id: spanButtonPlaceholder
  18. button_image_url: http://mydomain.com/swfupload/images/upload_button.png
  19. button_width: 180
  20. button_height: 24
  21. button_text: <span class='button'>Upload Images...</span>
  22. button_text_style: .button { font-family: Helvetica, Arial, sans-serif; font-size: 12px; }
  23. button_text_top_padding: 6
  24. button_text_left_padding: 6
  25. button_action: -110
  26. button_disabled: false
  27. custom_settings: [object Object]
  28. Event Handlers:
  29. swfupload_loaded_handler assigned: true
  30. file_dialog_start_handler assigned: true
  31. file_queued_handler assigned: true
  32. file_queue_error_handler assigned: true
  33. upload_start_handler assigned: true
  34. upload_progress_handler assigned: true
  35. upload_error_handler assigned: true
  36. upload_success_handler assigned: true
  37. upload_complete_handler assigned: true
  38. debug_handler assigned: true
  39.  
  40. SWF DEBUG: SWFUpload Init Complete
  41. SWF DEBUG:
  42. SWF DEBUG: ----- SWF DEBUG OUTPUT ----
  43. SWF DEBUG: Build Number: SWFUPLOAD 2.2.0 Alpha 2008-10-17
  44. SWF DEBUG: movieName: SWFUpload_0
  45. SWF DEBUG: Upload URL: http://mydomain.com/ImageGalleryManager_Controller/handleswfupload
  46. SWF DEBUG: File Types String: *.jpg;*.JPG;*.jpeg;*.JPEG;*.gif;*.GIF;*.png;*.PNG;
  47. SWF DEBUG: Parsed File Types: jpg,jpg,jpeg,jpeg,gif,gif,png,png,
  48. SWF DEBUG: File Types Description: (*.jpg;*.JPG;*.jpeg;*.JPEG;*.gif;*.GIF;*.png;*.PNG;)
  49. SWF DEBUG: File Size Limit: 25165824 bytes
  50. SWF DEBUG: File Upload Limit: 20
  51. SWF DEBUG: File Queue Limit: 20
  52. SWF DEBUG: Post Params:
  53. SWF DEBUG: PHPSESSID=ae0e9ad17543d6247b715d8d8fc13bbe
  54. SWF DEBUG: fileClassName=ImageGalleryImage
  55. SWF DEBUG: dataObjectFieldName=GalleryItems
  56. SWF DEBUG: hasDataObject=1
  57. SWF DEBUG: fileFieldName=Image
  58. SWF DEBUG: dataObjectClassName=ImageGalleryItem
  59. SWF DEBUG: OverrideUploadFolder=Uploads
  60. SWF DEBUG: AlbumID=3
  61. SWF DEBUG: controllerID=52
  62. SWF DEBUG: parentIDName=ImageGalleryPageID
  63. SWF DEBUG: ----- END SWF DEBUG OUTPUT ----
  64. SWF DEBUG:
  65. SWF DEBUG: Event: fileDialogStart : Browsing files. Multi Select. Allowed file types: *.jpg;*.JPG;*.jpeg;*.JPEG;*.gif;*.GIF;*.png;*.PNG;
  66. SWF DEBUG: Select Handler: Received the files selected from the dialog. Processing the file list...
  67. SWF DEBUG: Event: fileQueued : File ID: SWFUpload_0_0
  68. SWF DEBUG: Event: fileDialogComplete : Finished processing selected files. Files selected: 1. Files Queued: 1
  69. SWF DEBUG: StartUpload: First file in queue
  70. SWF DEBUG: Event: uploadStart : File ID: SWFUpload_0_0
  71. SWF DEBUG: Global Post Item: PHPSESSID=ae0e9ad17543d6247b715d8d8fc13bbe
  72. SWF DEBUG: Global Post Item: fileClassName=ImageGalleryImage
  73. SWF DEBUG: Global Post Item: dataObjectFieldName=GalleryItems
  74. SWF DEBUG: Global Post Item: hasDataObject=1
  75. SWF DEBUG: Global Post Item: fileFieldName=Image
  76. SWF DEBUG: Global Post Item: dataObjectClassName=ImageGalleryItem
  77. SWF DEBUG: Global Post Item: OverrideUploadFolder=Uploads
  78. SWF DEBUG: Global Post Item: AlbumID=3
  79. SWF DEBUG: Global Post Item: controllerID=52
  80. SWF DEBUG: Global Post Item: parentIDName=ImageGalleryPageID
  81. SWF DEBUG: ReturnUploadStart(): File accepted by startUpload event and readied for upload. Starting upload to http://mydomain.com/ImageGalleryManager_Controller/handleswfupload for File ID: SWFUpload_0_0
  82. SWF DEBUG: Event: uploadProgress (OPEN): File ID: SWFUpload_0_0
  83. SWF DEBUG: Event: uploadProgress: File ID: SWFUpload_0_0. Bytes: 569341. Total: 569341
  84. SWF DEBUG: Event: uploadSuccess: File ID: SWFUpload_0_0 Data: 49
  85. SWF DEBUG: Event: uploadComplete : Upload cycle complete.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement