2012-12-12 5 views
1

MVC3에서 업로드 컨트롤을 만들려고합니다.uploadify를 사용하여 이미지를 업로드 할 때 HTTP 오류 405

처음에는 업로드 컨트롤을 만들기 위해 javascript와 HTML5를 사용했지만 IE 버전에서는 작동하지 않습니다. 그래서 uploadify의 플래시 버전으로 이동했습니다.

내가 갖는 HTTP 오류 : 405 여기

을 업로드 심지어 잘못 됐을 있었는지 볼 수 debug: true으로 시도했습니다 uploadify

$(function() { 
     $('#file_upload').uploadify({ 
      debug:true, 
      'swf': '/Content/uploadify/uploadify.swf', 
      'uploader': '/Content/uploadify/uploadify.php', 
      'cancelImg': '/Images/uploadify-cancel.png', 
      'script': '/Home/Uploadify', 
      'folder': '/Content/uploads', 
      auto: true 

     }); 
    }); 

에 대한 자바 스크립트에 내 코드입니다,하지만 난 나오지 않았어 틀린 것을 얻지 마라.

---SWFUpload Instance Info--- 
Version: 2.2.0 2009-03-25 
Movie Name: SWFUpload_0 
Settings: 
    upload_url:    /Content/uploadify/uploadify.php 
    flash_url:    /Content/uploadify/uploadify.swf?preventswfcaching=1355289873808 
    use_query_string:   false 
    requeue_on_error:   false 
    http_success:    
    assume_success_timeout: 30 
    file_post_name:   Filedata 
    post_params:    [object Object] 
    file_types:    *.* 
    file_types_description: All Files 
    file_size_limit:   0 
    file_upload_limit:  0 
    file_queue_limit:   999 
    debug:     true 
    prevent_swf_caching:  true 
    button_placeholder_id: file_upload 
    button_placeholder:  Not Set 
    button_image_url:  /
    button_width:    120 
    button_height:   30 
    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: false 
    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:    /Content/uploadify/uploadify.php 
SWF DEBUG: File Types String:  *.* 
SWF DEBUG: Parsed File Types:  
SWF DEBUG: HTTP Success:   0 
SWF DEBUG: File Types Description: All Files (*.*) 
SWF DEBUG: File Size Limit:  0 bytes 
SWF DEBUG: File Upload Limit:  0 
SWF DEBUG: File Queue Limit:  999 
SWF DEBUG: Post Params: 
SWF DEBUG: ----- END SWF DEBUG OUTPUT ---- 
SWF DEBUG: 
SWF DEBUG: Event: fileDialogStart : Browsing files. Multi Select. Allowed file types: *.* 
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: ReturnUploadStart(): File accepted by startUpload event and readied for upload. Starting upload to /Content/uploadify/uploadify.php for File ID: SWFUpload_0_0 
SWF DEBUG: Event: uploadProgress (OPEN): File ID: SWFUpload_0_0 
SWF DEBUG: Event: uploadProgress: File ID: SWFUpload_0_0. Bytes: 846359. Total: 846359 
SWF DEBUG: Event: uploadError: HTTP ERROR : File ID: SWFUpload_0_0. HTTP Status: 405. 
SWF DEBUG: Event: uploadComplete : Upload cycle complete. 

사람이 어디 내가 잘못, 말해 줄 수 : 여기

디버그 내 출력입니까?

편집 : 나는 결국 내 문제를 해결했습니다

POST /Content/uploadify/uploadify.php HTTP/1.1 
Host: localhost:6930 
Connection: keep-alive 
Content-Length: 561702 
Origin: http://localhost:6930 
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11 
Content-Type: multipart/form-data; boundary=----------Ef1Ij5Ef1cH2GI3GI3ei4Ij5ae0gL6 
Accept: */* 
Referer: http://localhost:6930/ 
Accept-Encoding: gzip,deflate,sdch 
Accept-Language: en-US,en;q=0.8 
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 

HTTP/1.1 405 Method Not Allowed 
Cache-Control: private 
Allow: GET, HEAD, OPTIONS, TRACE 
Content-Type: text/html; charset=utf-8 
Server: Microsoft-IIS/8.0 
X-SourceFiles: =?UTF-8?B?YzpcdXNlcnNcYWRtaW5pc3RyYXRvclxkb2N1bWVudHNcdmlzdWFsIHN0dWRpbyAyMDEyXFByb2plY3RzXERhdGVBbmRUaW1lQ29udHJvbFxEYXRlQW5kVGltZUNvbnRyb2xcQ29udGVudFx1cGxvYWRpZnlcdXBsb2FkaWZ5LnBocA==?= 
X-Powered-By: ASP.NET 
Date: Wed, 12 Dec 2012 10:03:44 GMT 
Content-Length: 5506 
+0

(405)이 방법은 아마도 응용 프로그램 풀은 권한이없는, IIRC 허용되지 않습니다 아니면 업로드 방법은 지원되지 않습니다 넣어 또는 게시 사용 : 여기

솔루션입니까? – Slicksim

+0

IIS에서 내 앱을 실행하지 않습니다. asp.net 개발 서버에서 실행 중이며, 게시 방법을 사용 중입니다. –

+0

iisexpress를 설치 했습니까? dev envs 웹 서버에 대한 제한 사항인지 여부를 확인해 볼 가치가 있습니다. – Slicksim

답변

1

:

이 피들러에서 추적 요청 responce입니다. 그것의 uploader는 나를 괴롭혔다.

업 로더는 mvc에서 컨트롤러의 동작이어야합니다. 그것은,

$(function() { 
     $('#file_upload').uploadify({ 
      debug:true, 
      'swf': '/Content/uploadify/uploadify.swf', 
      'uploader': '/Home/Uploadify', 
      auto: true 

     }); 
    }); 
관련 문제