Advertisement
Guest User

SWFUpload Debug: fail

a guest
Aug 18th, 2010
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 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/FileDataObjectManager_Controller/handleswfupload
  6. flash_url: http://mydomain.com/swfupload/javascript/swfupload.swf?swfuploadrnd=477659429
  7. use_query_string: false
  8. file_post_name: swfupload_file
  9. post_params: [object Object]
  10. file_types:
  11. file_types_description:
  12. file_size_limit: 24MB
  13. file_upload_limit: 40
  14. file_queue_limit: 40
  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 files</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/FileDataObjectManager_Controller/handleswfupload
  46. SWF DEBUG: File Types String: *.*
  47. SWF DEBUG: Parsed File Types:
  48. SWF DEBUG: File Types Description: ()
  49. SWF DEBUG: File Size Limit: 25165824 bytes
  50. SWF DEBUG: File Upload Limit: 40
  51. SWF DEBUG: File Queue Limit: 40
  52. SWF DEBUG: Post Params:
  53. SWF DEBUG: fileClassName=File
  54. SWF DEBUG: OverrideUploadFolder=assets/Auckland/
  55. SWF DEBUG: PHPSESSID=e93aadbfa881ed982a012c60663060d8
  56. SWF DEBUG: parentIDName=ParentID
  57. SWF DEBUG: dataObjectFieldName=
  58. SWF DEBUG: controllerID=5
  59. SWF DEBUG: dataObjectClassName=File
  60. SWF DEBUG: hasDataObject=0
  61. SWF DEBUG: fileFieldName=Files
  62. SWF DEBUG: ----- END SWF DEBUG OUTPUT ----
  63. SWF DEBUG:
  64. SWF DEBUG: Event: fileDialogStart : Browsing files. Multi Select. Allowed file types: *.*
  65. SWF DEBUG: Select Handler: Received the files selected from the dialog. Processing the file list...
  66. SWF DEBUG: Event: fileQueued : File ID: SWFUpload_0_0
  67. SWF DEBUG: Event: fileDialogComplete : Finished processing selected files. Files selected: 1. Files Queued: 1
  68. SWF DEBUG: StartUpload: First file in queue
  69. SWF DEBUG: Event: uploadStart : File ID: SWFUpload_0_0
  70. SWF DEBUG: Global Post Item: fileClassName=File
  71. SWF DEBUG: Global Post Item: OverrideUploadFolder=assets/Auckland/
  72. SWF DEBUG: Global Post Item: PHPSESSID=e93aadbfa881ed982a012c60663060d8
  73. SWF DEBUG: Global Post Item: parentIDName=ParentID
  74. SWF DEBUG: Global Post Item: dataObjectFieldName=
  75. SWF DEBUG: Global Post Item: controllerID=5
  76. SWF DEBUG: Global Post Item: dataObjectClassName=File
  77. SWF DEBUG: Global Post Item: hasDataObject=0
  78. SWF DEBUG: Global Post Item: fileFieldName=Files
  79. SWF DEBUG: ReturnUploadStart(): File accepted by startUpload event and readied for upload. Starting upload to http://mydomain.com/FileDataObjectManager_Controller/handleswfupload for File ID: SWFUpload_0_0
  80. SWF DEBUG: Event: uploadProgress (OPEN): File ID: SWFUpload_0_0
  81. SWF DEBUG: Event: uploadProgress: File ID: SWFUpload_0_0. Bytes: 569341. Total: 569341
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement