I have SWFUpload version 2.2.0 installed on my server. I have yet to get it to work correctly. I am also using the jQuery plugin for it (http://blogs.bigfish.tv/adam/2009/06/14/swfupload-jquery-plugin/
). My problem is that it will work properly until I give it a real file's URL. It works when the server serves the 404 code, but even when I give it a PHP file that just outputs a 404 error, it just hangs after the upload, and it dosent call uploadSuccess, uploadError, or uploadComplete. Here is the debug output:
---SWFUpload Instance Info---
Version: 2.2.0 2009-03-25
Movie Name: SWFUpload_0
Settings:
upload_url: /eclipse/new_taiko_site/secured/member/swfupload/upload.php
flash_url: swfupload/Flash/swfupload.swf?preventswfcaching=1274477246952
use_query_string: false
requeue_on_error: false
http_success:
assume_success_timeout: 0
file_post_name: Filedata
post_params: [object Object]
file_types: *.jpeg;*.jpg;*.gif;*.png
file_types_description: All Image Files
file_size_limit: 0
file_upload_limit: 0
file_queue_limit: 0
debug: true
prevent_swf_caching: true
button_placeholder_id:
button_placeholder: Set
button_image_url: /eclipse/new_taiko_site/secured/member/swfupload/button.png
button_width: 61
button_height: 22
button_text:
button_text_style: color: #000000; font-size: 16pt;
button_text_top_padding: 0
button_text_left_padding: 0
button_action: -110
button_disabled: false
custom_settings: [object Object]
Event Handlers:
swfupload_loaded_handler assigned: true
file_dialog_start_handler assigned: true
file_queued_handler assigned: true
file_queue_error_handler assigned: true
upload_start_handler assigned: true
upload_progress_handler assigned: true
upload_error_handler assigned: true
upload_success_handler assigned: true
upload_complete_handler assigned: true
debug_handler assigned: true
SWF DEBUG: SWFUpload Init Complete
SWF DEBUG:
SWF DEBUG: ----- SWF DEBUG OUTPUT ----
SWF DEBUG: Build Number: SWFUPLOAD 2.2.0
SWF DEBUG: movieName: SWFUpload_0
SWF DEBUG: Upload URL: /eclipse/new_taiko_site/secured/member/swfupload/upload.php
SWF DEBUG: File Types String: *.jpeg;*.jpg;*.gif;*.png
SWF DEBUG: Parsed File Types: jpeg,jpg,gif,png
SWF DEBUG: HTTP Success: 0
SWF DEBUG: File Types Description: All Image Files (*.jpeg;*.jpg;*.gif;*.png)
SWF DEBUG: File Size Limit: 0 bytes
SWF DEBUG: File Upload Limit: 0
SWF DEBUG: File Queue Limit: 0
SWF DEBUG: Post Params:
SWF DEBUG: tdomemberauth=4bef6aedd07a59.24905491
SWF DEBUG: PHPSESSID=b0893c94204a6e66a5f036d6a0858778
SWF DEBUG: upload_session=4bf6fabebf59e0.74223410
SWF DEBUG: ----- END SWF DEBUG OUTPUT ----
SWF DEBUG: