Note that there are some explanatory texts on larger screens.

plurals
  1. POswfupload ie9 error
    primarykey
    data
    text
    <p>I'm using swfupload into fancybox window. i m coding php. </p> <p>my code:</p> <pre><code> var upload1, upload2; upload1 = new SWFUpload({ // Backend Settings upload_url: "_upload.php", post_params: { "PHPSESSID" : "&lt;?php echo session_id(); ?&gt;", "sayfa":"YeniYazi", "nereye":"Downloads" }, // File Upload Settings file_size_limit : "102400", // 100MB file_types : "*.*", file_types_description : "All Files", file_upload_limit : "102400", file_queue_limit : "0", // Event Handler Settings (all my handlers are in the Handler.js file) file_dialog_start_handler : fileDialogStart, file_queued_handler : fileQueued, file_queue_error_handler : fileQueueError, file_dialog_complete_handler : fileDialogComplete, upload_start_handler : uploadStart, upload_progress_handler : uploadProgress, upload_error_handler : uploadError, upload_success_handler : uploadSuccess, upload_complete_handler : uploadComplete, // Button Settings button_image_url : "images/XPButtonUploadText_61x22.png", button_placeholder_id : "spanButtonPlaceholder1", button_width: 61, button_height: 22, // Flash Settings **flash_url : "swfupload/swfupload.swf",** custom_settings : { progressTarget : "fsUploadProgress1", cancelButtonId : "btnCancel1" }, // Debug Settings debug: false }); </code></pre> <p>my problem is with swfupload. it's run ie 8, when i upgrade ie8 to ie9 starting this problem. </p> <p>when i remove <strong>flash_url : "swfupload/swfupload.swf",</strong> code, works for me. </p> <p>i can't upload image sorry.</p> <p>help me.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload