Disable WordPress 2.5 Flash Image/Video/Media Uploader with Plugin 해제 wordpress 2.5 플래시 이미지 / 비디오 / 미디어 업로더과 플러그 접속식

WordPress 2.5 wordpress 2.5 features a new media (including image, video and file) uploader that built on Adobe Flash technology which supports multiple files uploading to the gallery at one time and upload progress indicator bar. 기능을 새 미디어 (포함한 이미지, 비디오 및 파일) 업로더 adobe 플래시 기술을 지원하는 기반을 갤러리에 한 번에 여러 개의 파일을 업로드하고 업로드 진행 상태 표시기 막대합니다. Unfortunately, the media uploader has numerous 불행히도, 언론 업로더가 많은 bugs and problems 버그와 문제점 , which basically make the Flash uploader not working, or not successfully uploading the files. 이 플래시 업로더을 기본적으로 작동하지 않는, 또는 정상에있는 파일을 업로드합니다.

There are a few symptoms for the broken Flash uploader error. 부서지는 현상에 대한 몇 가지 플래시 업로더 오류합니다. For example, blogger can adds the files to upload, but nothing happen or progress to upload the selected files. 예를 들어, 블로그에 추가로 파일을 업로드할 수있습니다,하지만 아무것도 발생하거나 선택된 파일을 업로드 진행합니다. Sometimes the upload process manages to get to “Crunching” but stop working after, or comes out with HTTP error, or even worse, freeze and crash the browser to not responding. 업로드 프로세스 관리를 때로는 "신나게 씹어"그러나 후 작동을 멈춘다거나 오류가 나오고, 아니면 심지어는 나쁜 것은, 동결의 브라우저에 응답하지 않는 경우 오류가 발생합니다. Other reported problems including the the add media buttons disappearing or not showing up. 미디어 버튼을 보고된 문제점을 포함하여 기타 사라지고 여부를 추가 표시합니다.

WordPress Support has wordpress 지원은 listed 상장 several steps to check and fix the possible problems that cause user cannot upload photos, images, videos, music and other media files in WordPress 2.5. 확인 및 수정 몇 단계를 수행하여 문제를 일으키는 사용자 수없는 사진을 업로드할 수있습니다, 이미지, 비디오, 음악 및 기타 미디어 파일의 wordpress 2.5. If the Flash based media uploader does not work after whatever effort, workaround and solution been done, including some 플래시 기반 미디어 업로더 경우에는 작동하지 않는다 어떤 노력을 후, 해결 방법 및 솔루션이 완료되면을 포함하여 bug 버그 fixes 수정 , such as disable conflicting plugin and bypass mod_security to try to solve the error and issue, there is a plugin to force disable (or later re-enable) the Flash uploader. 와 같은 플러그 접속을 해제하고 우회 충돌을 해결하려고 노력 mod_security 오류와 문제를 해결하려면 플러그를 강제로가 비활성화 (또는 나중에 다시 - 효과적인) 플래시 업로더합니다.

To enable the Flash media uploader to be disabled via plugin, a filter has to be added to Flash uploader (only on WordPress version 2.5.x, as the change is set to implement in milestone version 2.6). 업로더가 허용되어 있지 않은 매체를 활성화를 통해 플래시 플러그인 플래시를 추가하는 필터가 업로더 (wordpress 버전 2.5.x에서만로의 변화를 구현하는 이정표 버전 2.6로 설정되어있습니다). To do so, edit the \wp-admin\includes\media.php file using your favorite text editor directly by logging in to server or locally (has to be uploaded and overwrite replaced the original media.php file). 이렇게하려면, 편집의 \ 백린 - 관리 \ 포함 \ media.php 파일을 여러분이 좋아하는 텍스트 편집기를 사용하여 서버에 로그인할에 의해 직접 또는 로컬 (가에 업로드 및 교체의 원래 media.php을 덮어 파일). Change the following code at around line 765 to 770. 주위 줄을 다음과 같은 코드를 변경하는 765-770합니다.

Before: 이전 :
$flash_action_url = get_option('siteurl') . $ flash_action_url = get_option ( 'siteurl'). "/wp-admin/async-upload.php"; "/ wp-admin/async-upload.php";

// If Mac and mod_security, no Flash. / / 만약 맥과 mod_security, 아니 플래시합니다. :( : (
$flash = true; $ 플래시 = 진정한;
if ( false !== strpos(strtolower($_SERVER['HTTP_USER_AGENT']), ‘mac’) && apache_mod_loaded(’mod_security’) ) 만약 (허위! == strpos (strtolower ($ _server [ 'http_user_agent']), '맥') & & apache_mod_loaded ( 'mod_security'))
$flash = false; $ 플래시 = 거짓;

After: 이후 :
$flash_action_url = get_option('siteurl') . $ flash_action_url = get_option ( 'siteurl'). "/wp-admin/async-upload.php"; "/ wp-admin/async-upload.php";

$flash = apply_filters('flash_uploader', true); $ 플래시 = apply_filters ( 'flash_uploader', 진실);
// If Mac and mod_security, no Flash. / / 만약 맥과 mod_security, 아니 플래시합니다. :( : (
$flash = true; $ 플래시 = 진정한;
if ( $flash && false !== strpos(strtolower($_SERVER['HTTP_USER_AGENT']), ‘mac’) && apache_mod_loaded(’mod_security’) ) 만일 ($ 플래시 & & 거짓! == strpos (strtolower ($ _server [ 'http_user_agent']), '맥') & & apache_mod_loaded ( 'mod_security'))
$flash = false; $ 플래시 = 거짓;

Then, download the 그리고, 다운로드 no-flash-uploader.php 아니오 - 플래시 - uploader.php , and upload the PHP file to \wp-content\plugins\ directory, and activate the plugin via WordPress administration page. , 그리고을 업로드하고 php 파일을 \ 백린 - 내용 \ 플러그 접속식 \ 디렉토리, 그리고 wordpress 관리 페이지를 통해 플러그인을 활성화합니다. After activating to disable the Flash media uploader, the uploader will no longer make use of Flash technology, and all advanced features that come with it also been disabled. 를 활성화하면 플래시 미디어를 해제하려면 업로더 업로더는 더 이상의 플래시 기술을 활용, 그리고 모든 고급 기능이 함께 또한 사용이 중지되었습니다.

IMPORTANT : You're reading a machine translated page which is provided "as is" without warranty. 중요 사항 : 당신은 기계 번역 페이지를 읽고이 제공없이 "있는 그대로"품질 보증합니다. Unlike human translation, machine translation does not understand the grammar, semantics, syntax, idioms of natural language, thus often produce inaccurate and low quality text which is misleading and incomprehensible. 인간의 번역과는 달리, 기계 번역을 이해하지 않습니다 문법, 의미론, 문법, 숙어의 천연 언어, 그래서 종종 부정 확한과 낮은 품질 텍스트를 생산하고 이해할 수없는 오해가있습니다. Thus, please refer to 따라서를 참조하시기 바랍니다 original English article 원래 영어 자료 when in doubt. 의심이 나면합니다.



10 Responses to “Disable WordPress 2.5 Flash Image/Video/Media Uploader with Plugin” 10 응답을 "사용 안 함 wordpress 2.5 플래시 이미지 / 비디오 / 미디어 업로더과 플러그 접속식"

  1. Fix WordPress 2.5 Image or Media Flash Uploader Not Working Issue in IE7 » Tip and Trick wordpress 2.5 이미지를 수정 또는 미디어 플래시 업로더 작동하지 않는 문제를 해결합니다 7»팁 및 트릭을
    April 3rd, 2008 11:18 2008년 4월 3일 11:18
    1

    [...] If using the Flash uploader is too much trouble, disable the Flash media uploader with this plugin. [...]을 너무 많이 사용하면 플래시 업로더는 문제가 플래시 미디어 업로더이 플러그 접속을 해제합니다. [...]

  2. Tambayan.ph » Fix the media uploader when using IE7 on the latest WordPress 2.5 tambayan.ph»7을 사용하면 해결하는 미디어 업로더 2.5에 대한 최신 wordpress
    April 4th, 2008 12:03 2008년 4월 4일 12:03
    2

    [...] an alternative you can just disable the media uploader and revert to the old one via a plugin. [...]의 대안을하실 수있습니다 업로더 단지를 해제 미디어를 통해 오래된 사람으로 되돌리기 플러그 접속합니다. Or just use Firefox and wait for WordPress [...] 아니면 그냥 [...]을 사용 wordpress firefox를 기다립니다

  3. Disable WordPress 2.5 Flash Image/Video/Media Uploader with Plugin (Excerpt) » My Digital Life 해제 wordpress 2.5 플래시 이미지 / 비디오 / 미디어 업로더과 플러그인 (발췌)»내 디지털 라이프
    April 17th, 2008 10:55 2008년 4월 17일 10:55
    3

    [...] reading Disable WordPress 2.5 Flash Image/Video/Media Uploader with Plugin at Tip and [...] [...] 독서 해제 wordpress 2.5 플래시 이미지 / 비디오 / 미디어 업로더 플러그 접속식와 팁 및 [...]

  4. warriorfr
    April 20th, 2008 00:49 2008년 4월 20일 00:49
    4

    Thank you very much ! 진심으로 감사합니다!
    Now I can send files, but I still get the same error message I have with IE7. 지금 파일을 보낼 수있습니다,하지만 계속해서 동일한 오류 메시지가 나는 7합니다.
    However even with this error, the upload works. 그러나 이러한 오류에도 불구하고이 작품을 업로드합니다.

  5. admin 관리자
    April 20th, 2008 00:52 2008년 4월 20일 00:52
    5

    What error message you have? 어떤 오류 메시지가 있습니까?

  6. sage 세이지
    April 21st, 2008 14:04 2008년 4월 21일 14:04
    6

    I have just folowed all of your instructions and I am still getting this error: Fatal error: Call to undefined function wp_constrain_dimensions() in /home2/newyorka/public_html/wp-admin/includes/image.php on line 173 나는 단지 당신의 모든 지침과 나는 여전히 folowed이 일어나고있습니다 오류 : 치명적인 오류 : 정의되지 않은 함수 호출을 wp_constrain_dimensions () / 173 번 라인에 home2/newyorka/public_html/wp-admin/includes/image.php

    I have altered the htaccess to turn of the mod thing and nothing has worked on my Mac (10.5) in safari or FF 나는이에 모드를 설정을 변조하지 htaccess는 효과가 아무것도 할 수있게 내 맥 (10.5)에서 사파리 또는 ff
    Anything else I can do? 다른 것 더 도와 드릴합니까?
    thanks 감사합니다

  7. admin 관리자
    April 21st, 2008 15:11 2008년 4월 21일 15:11
    7 일곱

    Have you tried to re-upload wordpress files? -을 업로드 파일을 다시 wordpress을 시도했습니까? Probably some files have corrupted. 아마 일부 파일이 손상되었습니다.

  8. Upload Problems with Wordpress 2.5 | Batang Yagit 업로드 문제가 wordpress 2.5 | batang yagit
    May 10th, 2008 16:21 2008년 5월 10일 16:21
    8

    [...] to a blog post I found, “…the media uploader has numerous bugs and problems, which basically make the [...] [...]을 블로그에 게시 찾았어요 "… 언론 업로더는 많은 버그와 문제가있는 [...]을 기본적으로

  9. Mario 마리오
    June 9th, 2008 18:51 2008년 6월 9일 18시 51분
    9

    Is it possible to totally remove the media buttons from the Write Post page? 미디어 버튼을 완전히 제거하는 것은 가능 게시물 페이지를 작성? I don’t want users to use or even see these things. 사용자를 사용하거나 필요 없어요 것들 볼수도있습니다. I also want to remove the text editor buttons too! 또한 텍스트 편집기를 제거하고 싶은 버튼을 너무!

  10. sage 세이지
    June 9th, 2008 21:28 2008년 6월 9일 21시 28분
    10

    It was much easier to revert to the previous version of wordpress, however, I have another problem.( I still cannot imbed video. . .) I design the photos to be a specific size on the blog page but have found that the uploader puts an ‘alt’ size into the html that takes precedence in the presentation, unifying all the photo sizes to a smaller format. 그것은 훨씬 쉽게의 이전 버전으로 되돌아갑니다 wordpress, 그러나, 나는 또 다른 문제가있습니다. (난 아직도 비디오 imbed 수없습니다...) 설계가 특정 크기의 사진을 블로그 페이지를 발견하고 있지만이 선수야 업로더 는 'alt'크기로 html이 필요 우선 순위에 프레 젠 테이션, 통일의 모든 사진의 크기를 더 작은 형식으로합니다. When I finish writing, I have to go back through the code and remove all the ‘alt’s from the code so that all is seen as I planned when I publish. 때 마침 작문, 나는 코드를 모두 제거를 통해 돌아갈의 'alt의 고향은 모두가이 코드 있도록 계획으로 볼 때 나는 게시합니다.

Leave a Reply 남길 회신

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> 이러한 태그를 사용할 수있습니다 : <a href="" title=""> <acronym title=""> <abbr title=""> <blockquote cite=""> <b> <cite> <code> <델 날짜 = ""> <em> <i> <strike> '<q cite="">

Subscribe without commenting 논평없이 구독 신청
이메일


Custom Search

Incoming Search Terms for the Article 이 문서에 대한 검색어를 수신

wordpress crunching wordpress 신나게 씹어 - - wordpress flash uploader wordpress 플래시 업로더 - - wordpress disable flash upload 플래시 업로드 wordpress을 해제 - - wordpress Crunching… wordpress 신나게 씹어… - - uploader 업로더 - - wordpress 2.5 flash wordpress 2.5 플래시 - - crunching wordpress 신나게 씹어 wordpress - - wordpress 2.5 crunching wordpress 2.5 신나게 씹어 - - wordpress flash upload wordpress 플래시 업로드 - - no-flash-uploader.php 아니오 - 플래시 - uploader.php - - no flash uploader wordpress 아니오 플래시 업로더 wordpress - - wordpress 2.5 add video wordpress 2.5 동영상 - - wordpress crunching http error wordpress 신나게 씹어 오류 - - wordpress 2.5 crunching error wordpress 2.5 신나게 씹어 오류 - - no flash upload plugin 아니오 플래시 업로드 플러그 접속식 - - disable wordpress 2.5 image uploader wordpress 2.5 이미지를 업로더을 해제 - - wordpress disable flash uploader wordpress을 해제 플래시 업로더 - - wordpress upload crunching wordpress을 업로드 신나게 씹어 - - wordpress upload media wordpress을 업로드 미디어 - - No Flash Uploader 아니오 플래시 업로더 - - wordpress image upload http error wordpress 이미지 업로드 오류 - - disable flash uploader 플래시 업로더을 해제 - - wordpress image crunching wordpress 이미지를 신나게 씹어 - - wordpress 2.5 image crunching problems wordpress 2.5 이미지를 신나게 씹어 문제를 - - wordpress no flash uploader wordpress 아니오 플래시 업로더 - - wordpress image upload crunching 이미지 업로드 처리를위한 wordpress - - wordpress 2.5 image upload crunching wordpress 2.5 이미지 업로드 처리를위한 - - wordpress 2.5 upload crunching wordpress 2.5을 업로드 신나게 씹어 - - wordpress 2.5 disable flash uploader wordpress 2.5을 해제 플래시 업로더 - - wordpress add media http error wordpress 장바구니 미디어 오류 - - video wordpress 2.5 비디오 wordpress 2.5 - - Crunching… wordpress 신나게 씹어… wordpress - - wordpress media upload ie7 wordpress 언론을 업로드 7 - - crunching error wordpress 신나게 씹어 오류 wordpress - - wordpress crunching error wordpress 신나게 씹어 오류 - - wordpress upload image crunching 이미지 업로드 처리를위한 wordpress - - wordpress flash image wordpress 플래시 이미지를 - - Flash Uploader wordpress 플래시 업로더 wordpress - - wordpress no-flash-uploader wordpress 아니오 - 플래시 - 업로더 - - wordpress 2.5 crunching image upload wordpress 2.5 신나게 씹어 이미지 업로드 - - HTTP error wordpress upload wordpress을 업로드 오류 - - wordpress upload crunching error wordpress을 업로드 신나게 씹어 오류 - - "add media"+wordpress+error "추가 미디어"+ wordpress + 오류 - - wordpress media uploads broken wordpress 미디어 업로드를 부서지는 - - wordpress disable flash upload plugin 플래시 업로드 wordpress 플러그 접속을 해제 - - wordpress disable uploads for author 저자 wordpress 업로드를 해제 - - wordpress 2.5 disable flash upload 플래시 업로드 wordpress 2.5을 해제 - - wordpress 2.5 add media +crunching wordpress 2.5 장바구니 미디어 + 신나게 씹어 - - disable flash image wordpress 2.5 플래시 이미지를 wordpress 2.5을 해제 - - problems video wordpress 2.5 freezes 문제가 비디오 wordpress 2.5 동결 - -