Trying to upload any image with swfupload does fail on OSX using FF(3.6.13) and Safari + Adobe Flash player 10.1 (and tried 10.2 beta).
It does work under windows and linux using FF ( Same versin ), Chrome and IE though ( on the same instance ofc ).

- We are using SWFUPload 2.2.0.
- jqp 2.5
- D 6.19
- CleanURLs ON
- We are using SSL

If have debugged it and it seems like in the access_check $_POST is _completly_ empty. Due to that fact, reauth fails, the user stays anon and gets a "redirect" to "access denied. Thats what we see in the debug output inf AndreU`s post below.

AFAIK you are using a MAC skilip, dont you? Anything similar to that happens to you? I had this issues on beta8 and also on my self-patched beta7.

If swfupload gets redirected if fails ( see this issue http://www.swfupload.org/forum/generaldiscussion/157).. but in our case the upload never starts due the auth failure i guess.

Comments

AndreU’s picture


---SWFUpload Instance Info---
Version: 2.2.0 2009-03-25
Movie Name: SWFUpload_0
Settings:
upload_url: /swfupload
flash_url: /sites/all/libraries/swfupload/swfupload.swf?preventswfcaching=1295293422782
use_query_string: false
requeue_on_error: false
http_success:
assume_success_timeout: 0
file_post_name: field_pictures
post_params: [object Object]
file_types: *.png;*.gif;*.jpg;*.jpeg
file_types_description: Bitte wählen Sie die Bilder aus, die Sie der Galerie hinzufügen können. Mit der Shift-Taste können Sie gleich mehrere Bilder auswählen und diese hochladen.
file_size_limit: 0
file_upload_limit: 0
file_queue_limit: 0
debug: true
prevent_swf_caching: true
button_placeholder_id: field_pictures-swfwrapper
button_placeholder: Not Set
button_image_url: /node/add/
button_width: 125
button_height: 15
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: false
file_queued_handler assigned: true
file_queue_error_handler assigned: true
upload_start_handler assigned: false
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: /swfupload
SWF DEBUG: File Types String: *.png;*.gif;*.jpg;*.jpeg
SWF DEBUG: Parsed File Types: png,gif,jpg,jpeg
SWF DEBUG: HTTP Success: 0
SWF DEBUG: File Types Description: Bitte wählen Sie die Bilder aus, die Sie der Galerie hinzufügen können. Mit der Shift-Taste können Sie gleich mehrere Bilder auswählen und diese hochladen. (*.png;*.gif;*.jpg;*.jpeg)
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: op=move_uploaded_file
SWF DEBUG: widget={"file_extensions":"png gif jpg jpeg","file_path":"","progress_indicator":"throbber","max_filesize_per_file":"","max_filesize_per_node":"","max_resolution":"0","min_resolution":"0","alt":"","custom_alt":0,"title":"","custom_title":1,"title_type":"textfield","default_image":null,"use_default_image":0,"slide_preset":"drupalextension_gallery_slide","thumb_preset":"drupalextension_gallery_thumb","style":"Greenarrows","link_to_full":1,"drupalextension_privatefile_makeprivate":1,"link_to_full_preset":"0","label":"Bilder hochladen","weight":"4","description":"Bitte w\u00e4hlen Sie die Bilder aus, die Sie der Galerie hinzuf\u00fcgen k\u00f6nnen. Mit der \u003cb\u003eShift-Taste\u003c\/b\u003e k\u00f6nnen Sie gleich mehrere Bilder ausw\u00e4hlen und diese hochladen.","type":"swfupload_widget","module":"swfupload","list_field":"0","list_default":1,"description_field":"1"}
SWF DEBUG: file_path=sites/default/files/
SWF DEBUG: sid=312a3437396231636531356163326266343034393065643735343832366138326264
SWF DEBUG: instance={"name":"field_pictures"}
SWF DEBUG: ----- END SWF DEBUG OUTPUT ----
SWF DEBUG:
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: /swfupload
SWF DEBUG: File Types String: *.png;*.gif;*.jpg;*.jpeg
SWF DEBUG: Parsed File Types: png,gif,jpg,jpeg
SWF DEBUG: HTTP Success: 0
SWF DEBUG: File Types Description: Bitte wählen Sie die Bilder aus, die Sie der Galerie hinzufügen können. Mit der Shift-Taste können Sie gleich mehrere Bilder auswählen und diese hochladen. (*.png;*.gif;*.jpg;*.jpeg)
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: op=move_uploaded_file
SWF DEBUG: widget={"file_extensions":"png gif jpg jpeg","file_path":"","progress_indicator":"throbber","max_filesize_per_file":"","max_filesize_per_node":"","max_resolution":"0","min_resolution":"0","alt":"","custom_alt":0,"title":"","custom_title":1,"title_type":"textfield","default_image":null,"use_default_image":0,"slide_preset":"drupalextension_gallery_slide","thumb_preset":"drupalextension_gallery_thumb","style":"Greenarrows","link_to_full":1,"drupalextension_privatefile_makeprivate":1,"link_to_full_preset":"0","label":"Bilder hochladen","weight":"4","description":"Bitte w\u00e4hlen Sie die Bilder aus, die Sie der Galerie hinzuf\u00fcgen k\u00f6nnen. Mit der \u003cb\u003eShift-Taste\u003c\/b\u003e k\u00f6nnen Sie gleich mehrere Bilder ausw\u00e4hlen und diese hochladen.","type":"swfupload_widget","module":"swfupload","list_field":"0","list_default":1,"description_field":"1"}
SWF DEBUG: file_path=sites/default/files/
SWF DEBUG: sid=312a3437396231636531356163326266343034393065643735343832366138326264
SWF DEBUG: instance={"name":"field_pictures"}
SWF DEBUG: ----- END SWF DEBUG OUTPUT ----
SWF DEBUG:
SWF DEBUG: Event: fileDialogStart : Browsing files. Multi Select. Allowed file types: *.png;*.gif;*.jpg;*.jpeg
SWF DEBUG: Select Handler: Received the files selected from the dialog. Processing the file list...
SWF DEBUG: Event: fileQueued : File ID: SWFUpload_0_0
SWF DEBUG: Event: fileDialogComplete : Finished processing selected files. Files selected: 1. Files Queued: 1
SWF DEBUG: StartUpload: First file in queue
SWF DEBUG: Event: uploadStart : File ID: SWFUpload_0_0
SWF DEBUG: Global Post Item: op=move_uploaded_file
SWF DEBUG: Global Post Item: widget={"file_extensions":"png gif jpg jpeg","file_path":"","progress_indicator":"throbber","max_filesize_per_file":"","max_filesize_per_node":"","max_resolution":"0","min_resolution":"0","alt":"","custom_alt":0,"title":"","custom_title":1,"title_type":"textfield","default_image":null,"use_default_image":0,"slide_preset":"drupalextension_gallery_slide","thumb_preset":"drupalextension_gallery_thumb","style":"Greenarrows","link_to_full":1,"drupalextension_privatefile_makeprivate":1,"link_to_full_preset":"0","label":"Bilder hochladen","weight":"4","description":"Bitte w\u00e4hlen Sie die Bilder aus, die Sie der Galerie hinzuf\u00fcgen k\u00f6nnen. Mit der \u003cb\u003eShift-Taste\u003c\/b\u003e k\u00f6nnen Sie gleich mehrere Bilder ausw\u00e4hlen und diese hochladen.","type":"swfupload_widget","module":"swfupload","list_field":"0","list_default":1,"description_field":"1"}
SWF DEBUG: Global Post Item: file_path=sites/default/files/
SWF DEBUG: Global Post Item: sid=312a3437396231636531356163326266343034393065643735343832366138326264
SWF DEBUG: Global Post Item: instance={"name":"field_pictures"}
SWF DEBUG: ReturnUploadStart(): File accepted by startUpload event and readied for upload. Starting upload to /swfupload for File ID: SWFUpload_0_0
SWF DEBUG: Event: uploadProgress (OPEN): File ID: SWFUpload_0_0
SWF DEBUG: Event: uploadError: HTTP ERROR : File ID: SWFUpload_0_0. HTTP Status: 302.
SWF DEBUG: Event: uploadComplete : Upload cycle complete.
SWF DEBUG: StartUpload: First file in queue
SWF DEBUG: StartUpload(): No files found in the queue.