Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
Copa WPB
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

Como aumentar o tamanho máximo de upload de arquivos no WordPress

Nossos leitores frequentemente nos pedem ajuda para resolver problemas relacionados a limitações de upload de arquivos. Essa simples configuração do site pode ter efeitos inesperados em seu site.

Por exemplo, às vezes um limite baixo de tamanho de upload de arquivos pode impedi-lo de fazer upload de arquivos com o carregador de mídia ou de instalar plug-ins e temas maiores do WordPress. Isso pode ser muito frustrante, especialmente quando você não tem certeza de como alterar o limite.

Neste artigo, mostraremos como aumentar facilmente o tamanho máximo de upload de arquivos no WordPress para corrigir esses problemas.

How to increase the maximum file upload size in WordPress

Por que aumentar o tamanho máximo de upload de arquivos no WordPress?

Seu provedor de hospedagem WordPress definirá um tamanho máximo de upload de arquivo padrão quando você se inscrever e instalar o WordPress. Seu provedor de hospedagem define esse limite, que geralmente varia de 2 MB a 500 MB.

Para a maioria dos proprietários de sites WordPress, esse limite será mais do que suficiente.

No entanto, há ocasiões em que você precisará aumentar esse limite para não ter erros de upload.

Por exemplo:

  • Você administra um site de fotografia e precisa fazer upload de imagens grandes.
  • Seu portfólio de design ou fotografia tem imagens grandes.
  • Você deseja instalar um tema ou plug-in maior do WordPress.
  • Você deseja vender produtos digitais, como livros eletrônicos, fotos, vídeos e muito mais.
  • Você atualiza regularmente o conteúdo e adiciona áudio, fotos e outros itens que estão além do limite atual.

Dito isso, vamos mostrar como você pode aumentar o tamanho máximo de upload de arquivos em seu site WordPress.

Observação: lembre-se de que a exibição de muitos arquivos grandes em seu site pode reduzir seriamente a velocidade e o desempenho dele. É por isso que normalmente recomendamos nunca fazer upload de vídeos para o WordPress.

Como a maioria dos usuários tem diferentes configurações de hospedagem do WordPress, abordaremos o seguinte:

Tutorial em vídeo

Subscribe to WPBeginner

Se você preferir instruções por escrito, continue lendo.

Como verificar o limite máximo de tamanho de upload de arquivos no WordPress

O WordPress mostrará automaticamente o limite máximo de tamanho de upload de arquivos quando você estiver fazendo upload de imagens ou outras mídias.

Para verificar isso, basta ir para Mídia ” Adicionar novo no painel de administração do WordPress e você verá o limite máximo de tamanho de upload de arquivo para o seu site WordPress.

Check current file upload size limit

Agora que você sabe como encontrar o limite de tamanho, vamos mostrar como aumentar o tamanho máximo de upload no WordPress.

Método 1: Entre em contato com o provedor de hospedagem do WordPress

Uma das maneiras mais fáceis de aumentar o tamanho máximo de upload de arquivos no WordPress é entrar em contato com o provedor de hospedagem do WordPress.

Essa é uma tarefa relativamente simples para a equipe de atendimento ao cliente e pode ser feita em alguns minutos.

Para iniciantes, isso pode ser muito mais fácil do que adicionar código ao WordPress e editar arquivos do servidor.

Basta acessar o site do seu provedor de hospedagem, como a Bluehost, e fazer login.

Em seguida, clique no ícone “Chat” na parte inferior da tela. Em seguida, você pode solicitar à equipe de suporte que aumente o tamanho do upload de arquivos em seu site do WordPress.

Clicking the Bluehost live chat support button in the dashboard

Você também pode entrar em contato com o suporte no painel da sua conta de hospedagem.

Método 2: Criar ou editar um arquivo php.ini existente

Outra maneira de aumentar o tamanho máximo de upload de arquivos é criar ou editar um arquivo chamado php.ini. Esse arquivo controla várias configurações do seu ambiente de hospedagem do WordPress.

A maioria dos provedores de hospedagem WordPress, como a Bluehost, tem um cPanel amigável para iniciantes para ajudar a gerenciar seu site.

Se o seu host da Web tiver um painel cPanel, você poderá aumentar o tamanho do upload de arquivos por meio das ferramentas integradas.

Observação: o texto a seguir foi extraído do cPanel da Bluehost. No entanto, a maioria dos provedores de hospedagem compartilhada terá etapas semelhantes.

Você encontrará um botão do cPanel na parte inferior da guia Hosting na Bluehost.

Open cPanel in Bluehost

Clicar nesse botão abrirá o painel do cPanel.

Agora você precisa rolar para baixo até a seção Software e clicar em ‘MultiPHP INI Editor’.

MuliPHP INI Editor in Bluehost's cPanel

Em seguida, role para baixo até a seção denominada ‘upload_max_filesize’ e insira um novo tamanho máximo de arquivo na caixa.

Em seguida, clique no botão “Apply” (Aplicar).

Upload Max Filesize Setting

Como alternativa, você pode clicar na guia do menu “Editor Mode” e alterar o tamanho máximo de upload de arquivos diretamente no editor.

É necessário editar a seção “upload_max_filesize” para aumentar o tamanho do upload do arquivo.

Quando terminar, basta clicar no botão “Salvar”.

Change max upload filesize in code editor

Editar o php.ini adicionando código

Se o seu provedor de hospedagem atual não oferecer a opção cPanel, você precisará editar esse arquivo manualmente.

Para isso, você pode usar um cliente FTP ou a opção de gerenciador de arquivos no painel de controle da hospedagem do WordPress.

Se você estiver usando hospedagem compartilhada, talvez não veja o arquivo php.ini no diretório de hospedagem. Se não encontrar um, basta criar um arquivo chamado php.ini e carregá-lo em sua pasta raiz.

Em seguida, adicione o seguinte trecho de código ao arquivo:

upload_max_filesize = 256M
post_max_size = 256M
max_execution_time = 300

Você pode modificar o limite de “256M” para o tamanho de arquivo necessário para o seu blog do WordPress.

Método 3: Adicionar código ao arquivo functions.php do tema do WordPress

Esse método envolve a adição de código ao arquivo functions.php em seu tema do WordPress.

Em vez de editar o arquivo diretamente, recomendamos o uso do WPCode. É o melhor plug-in de snippets de código que permite adicionar código ao seu site sem quebrá-lo.

Se você nunca fez isso antes, consulte nosso guia para iniciantes sobre como adicionar código personalizado no WordPress.

Primeiro, você precisa instalar o plug-in gratuito WPCode. Para obter mais detalhes, consulte nosso guia passo a passo sobre como instalar um plug-in do WordPress.

Após a ativação, você deve navegar até Code Snippets ” + Add Snippet. Você precisará passar o mouse sobre a opção “Add Your Custom Code” e, em seguida, clicar no botão “Use snippet”.

Add a Custom Snippet in WPCode

Na próxima tela, você precisa dar um nome ao seu novo snippet e alterar o tipo de código para “PHP Snippet”.

Em seguida, você pode copiar e colar o seguinte trecho de código em “Code Preview” (Visualização de código). Certifique-se de alterar “256M” para o tamanho máximo de arquivo que você precisa:

@ini_set( 'upload_max_size' , '256M' );
@ini_set( 'post_max_size', '256M');
@ini_set( 'max_execution_time', '300' );
Save Your Custom Snippet in WPCode

Por fim, alterne a alternância na parte superior para “Active” (Ativo) e, em seguida, clique no botão “Save Snippet” (Salvar snippet). O código agora será executado em seu site.

Método 4: Adicionar código ao seu arquivo .htaccess

Outra maneira de aumentar o tamanho máximo do arquivo é modificar o arquivo .htaccess. Esse arquivo controla as definições de configuração de alto nível do seu site.

Para fazer isso, é necessário fazer login no servidor do site via FTP. Se você nunca fez isso antes, consulte nosso guia sobre como usar o FTP para fazer upload de arquivos no WordPress para iniciantes.

Depois disso, você precisa localizar o arquivo .htaccess na pasta raiz do seu site.

Open .htaccess file

Se você não conseguir encontrar o arquivo .htaccess, ele pode estar oculto pelo gerenciador de arquivos ou pelo cliente FTP. Para saber mais, consulte nosso guia sobre por que você não consegue encontrar o arquivo .htaccess em seu site WordPress.

Em seguida, você precisa adicionar o seguinte trecho de código ao seu arquivo .htaccess:

php_value upload_max_filesize 256M
php_value post_max_size 256M
php_value max_execution_time 300
php_value max_input_time 300

Para aumentar ainda mais o tamanho máximo de upload de arquivos, basta alterar o valor “64M” para o tamanho desejado.

Método 5: Use um plug-in do WordPress para aumentar o tamanho do upload de arquivos

Outra maneira de aumentar o limite máximo de upload de arquivos é usar o plug-in WP Increase Upload Filesize. Se você não se sente à vontade para adicionar código ao WordPress, essa pode ser uma boa opção para você.

A primeira coisa que você precisa fazer é instalar e ativar o plug-in. Para obter mais detalhes, consulte nosso guia sobre como instalar um plug-in do WordPress.

Após a ativação, navegue até Mídia ” Aumentar limite de upload no painel de administração do WordPress.

Isso o leva a uma tela em que você pode selecionar um novo tamanho de upload de arquivo no menu suspenso ‘Choose Maximum Upload File Size’.

Em seguida, clique no botão “Save Changes” (Salvar alterações).

Increase file upload size with plugin

Observação: o tamanho máximo de upload de arquivos será definido pelo seu provedor de hospedagem. Se precisar de um limite de tamanho de arquivo maior do que o listado no menu suspenso, será necessário entrar em contato com o provedor de hospedagem e solicitar o aumento do limite.

Esperamos que este artigo tenha ajudado você a aumentar o tamanho máximo de upload de arquivos no WordPress. Talvez você também queira ver nosso guia sobre como escolher o melhor construtor de sites e nossas escolhas de especialistas dos melhores aplicativos de número de telefone comercial virtual com opções gratuitas.

Se você gostou deste artigo, inscreva-se em nosso canal do YouTube para receber tutoriais em vídeo sobre o WordPress. Você também pode nos encontrar no Twitter e no Facebook.

Divulgação: Nosso conteúdo é apoiado pelo leitor. Isso significa que, se você clicar em alguns de nossos links, poderemos receber uma comissão. Veja como o WPBeginner é financiado, por que isso é importante e como você pode nos apoiar. Aqui está nosso processo editorial.

Avatar

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi with over 16 years of experience in WordPress, Web Hosting, eCommerce, SEO, and Marketing. Started in 2009, WPBeginner is now the largest free WordPress resource site in the industry and is often referred to as the Wikipedia for WordPress.

O kit de ferramentas definitivo WordPress

Obtenha acesso GRATUITO ao nosso kit de ferramentas - uma coleção de produtos e recursos relacionados ao WordPress que todo profissional deve ter!

Reader Interactions

406 ComentáriosDeixe uma resposta

  1. Syed Balkhi

    Hey WPBeginner readers,
    Did you know you can win exciting prizes by commenting on WPBeginner?
    Every month, our top blog commenters will win HUGE rewards, including premium WordPress plugin licenses and cash prizes.
    You can get more details about the contest from here.
    Start sharing your thoughts below to stand a chance to win!

  2. Mouad Chafai

    Thanks php.ini method worked perfectly.

    i’ve created the php.ini :)
    wp-adminphp.ini
    add lines:

    upload_max_filesize = 64M
    post_max_size = 64M
    max_execution_time = 300

    thanks for the article.

  3. Saleh Shaukat

    Thanks .htaccess worked for me perfectly !!.

  4. Dan Rosenberg

    PHP.INI method worked perfectly. Thanks!

  5. Ben Peacock

    Sorry please find this instead Login to the root machine type the following command nano /usr/lib/php.ini

    find ; Maximum size of POST data that PHP will accept.
    post_max_size = 2M change this to 64

    Save and exit and then you should be able to upload what you need hope this helps :)

  6. QuangPham

    Thanks for the instructions on how to fix.

  7. Voicu Ioan Virgil

    Thanks, great tutorial !

  8. Maria McCarthy

    Adding the php.ini file to my wp-admin folder SPECIFICALLY worked for me as well! Thanks everyone! Only took me almost 4 hours to find a page that had the info which would work for me – lifesavers!

  9. pete

    found the php.ini worked in wp-admin network php.ini

  10. Tabassum Javaid

    htaccess method works fine for me. thanks

  11. Mike

    with some host ( godaddy ) for example, there may be some additional steps.

    And to what php you are running. For godaddy with php5, rename php.ini to php5.ini and remember if you have accuracies running, you will have to temp. end them before the file will even take over, or wait awhile for it.

    System Processes / End all

  12. jaymz

    Many thanks for the article. For self-hosted there’s another way as methods 2 and 3 didn’t work for me as the .htaccess change had no effect and neither did adding a php.ini file in /wp-admin. It was simply a case of finding the existing php.ini file for Apache. On Ubuntu I ran;

    sudo find / -name php.ini

    This found my ini file in /etc/php5/apache2/
    All that was needed was to locate the parameters and update the values for;
    upload_max_filesize
    post_max_size
    max_execution_time

    Thanks for getting me there!

  13. D Winzell

    Thanks for writing this. The php.ini does need to be in the wp-admin directory to function correctly. Just checked my host (Vaurent) and they allows up to 105M file uploads so I am going to find something that size and see if it makes it’s merry way up to my blog.

  14. Matt

    I just want to add, using godaddy you cannot use the htaccess method, it will throw you into a 500 internal service error.

    You must use the php.ini method. Only difference will be you have to have a php.ini and a php5.ini and the lines must be added to both. The files need to be in the root directory of where the wordpress install is, not in the wp-admin folder, outside of it.

    Also if you have multiple wordpress installations This has to be done and placed into each directory that each wordpress installation is located.

  15. sandeep

    php_value upload_max_filesize 64M
    php_value post_max_size 64M
    php_value max_execution_time 1500
    php_value max_input_time 1500

    i use these values in .htaccess and it works !

    thanks

  16. Thyme

    So I did all of those and changed the php.ini in the /etc folder (my site is on mediatemple’s grid-service) and nothing was working but then I vaguely remembered there was something I had to change in the network settings if my installation was multisite and there it was. Ugh.

    So yeah, if you’ve got a Wordpress network, go to your network settings and change the max file size upload near the bottom of the page.

  17. Alex

    This is the only thing that worked for me, I tried all the options, I’m on 1&1

    memory_limit = 32M
    upload_max_filesize = 32M
    post_max_size = 32M
    file_uploads = On

    ** Size can be anything

    The key was the “file_uploads” line

    Place this in the /wp-admin/ folder.

    • Kristina

      Worked for me! I’m on Bluehost.

      Thanks for your post :)

    • Brandon

      this worked for me after everything else hadn’t. I’m so relieved!

      I’m also on 1&1. Once I added the “file_uploads = On” line to my php.ini file it worked like a charm!!

      thanks!

    • Hafeez Ansari

      Thank you Alex, This works for me in /wp-admin/ folder. Problem solved. :)

    • Mike

      Awesome! thanks Alex. I was limited to 2mb…really useful.

    • Sam

      Alex you are the great! Your solution worked for me! Many thanks!

    • Johnny T

      Genius! This worked for me! Just to clarify. Create a php.ini file in the wp-admin folder and only add the lines of code in Alex’s post. FTP this to your server and you’re good to go. Thanks Alex. You are a genius! :-)

      • Luan

        Thanks you Johnny and Alex! It was really helpful.

    • Togi Tan

      But, it’s not working on free hosting. All methods I’ve tried. I think this might depend on server.

    • Duncan

      Wow wow wow wow! Thank you for that clear comment that helped me get it to work. You are a star.

    • Nomo

      Alex – Your post continues to be helpful. Very much appreciated!

  18. Noor

    Worked by .htaccess method. Salute man.

  19. Bogdan

    Great advice. My upload limit was 8MB and I only tried the htaccess trick and it worked, it increased to 64MB. I tested it and it is owrking beautiful! Thank you so much for your great advice!

  20. VoidnessMD

    Important thing to note: Using the php.ini method requires that the file be located in the wp-admin folder, not the root of your WP installation.

    • DJ

      THANKS!! This sorted it out for me on my end :)

  21. David Connolly

    Superb… clear and the final solution worked.
    a big thank you

  22. Bongo

    This website is the coolest for learning WP! Keep up the good work guys…more please…more! lol

  23. Ido Schacham

    Finally, a post that clearly explains how to change the memory limit in WP. Thanks!

  24. mostafa

    hi.
    i successfully did it with the third method. my upload size was 8 M, but now its 64 M. for me its more than enough.

    Thanks a million.
    by the way i’m from Iran.

  25. Rowan Evenstar

    The creating a php.ini file and popping it on the route sorted it straight away!
    Cheers, much appreciated!

  26. assassinateur

    thnx, but i am in a shared hosting so nothing work, i did put the php.ini in wp-admin and in the blog folder and in the homefolder and dodnt work also .htaccess didnt work changed the theme and didnt work

  27. Arvind Kukreti

    Adding code in .htaccess file might throw you 500 Internal Error… the best way is create a php.ini file and upload it in wp-admin folder

    • Stephen Afije

      Waooo that was brilliant one there all i did was to create php.ini and uploaded to the wp-admin folder it worked like no other thing thanks

  28. leo

    htaccess method works fine for me. thanks

  29. Andrew Lilly

    Hi,

    I have done all of the above and still wont let me import an 11mb xml file. i need it as its got 1500 products on i need to import.

    I have spoken to my virtual server provider 1and1 and they said all i need to do is add the code to the .htaccess file but it doesnt seem to work

    Please someone help

    • Editorial Staff

      If none of the above works, then the only person who can help you is your host.

      Administrador

    • Ali Amer

      It may be related to MIME Type. In that case, resolve it from cpanel

  30. Dominique

    None of this worked for me. I tried them all. I am using WPEngine to host.
    Any suggestions?

  31. Thad

    The htaccess method worked for me. Thanks for the post. Good info, well presented.

  32. Richard

    php.ini option worked for me but on the php.ini file in /wp-admin directory

    • Mike

      perfect – worked a treat – set to 200MB and works fine.

    • Matheus M.

      In localhost work the .htaccess. But in host only php.ini. Thanks for help.

    • dan

      Yes, php.in works in /wp-admin. thanks

  33. marin

    Thanks htaccess worked for me appreciate it.

  34. Makarand Mane

    I have hosting on mediatemple. First two methods are not worked me. Only htaccess methos is worked for me.

    Thanks.

  35. Gavin

    I found that php.ini was hidden in the cgi-bin folder which some shared servers have in their root directories. I amended this as above (AND added a php5.ini jut in case) but until I’d amended this, nothing else worked. Thanks for the VERY useful thread!

    • Cath

      Thanks Gavin, none of the other methods worked for me then I saw your comment, there were php.ini and php4.ini files were in the cgi-bin folder. I found the relevant code in both files – post_max_size = , and upload_max_filesize = , amended these and now all works fine.

  36. Jarod Billingslea

    Thank you very much for this article!

  37. Void lon iXaarii

    thank you so much! had tried so many solution and your .htaccess finally worked

  38. Anthony

    The only thing that worked for me was to create/edit a php.ini file and add the following:
     
    memory_limit = 100M upload_max_filesize = 100M post_max_size = 100M file_uploads = On
     
    and uploading it to the wp-admin folder.
     

    • Alan

      Option 2 worked perfectly fine, though I had to place the php.ini file into the wp-admin folder instead of the root directory.

      phpinfo was detecting the php.ini file in the root, but not WordPress.

      I currently have WP 3.2 installed…

      • RPaterson

        Thanks for that extra tip, this is what finally worked for mine

    • arun

      thanks anthony, your method saved me a lot.

    • Quest The Wordsmith

      This is exactly what worked for me as well.

      • kat1111

        It was 8MB, but I got it to 192 MB @almb1111

    • kat1111

      Ty for responding, I finally got some help with it, I needed to change the PHP to PHP-5.

  39. kat1111

    I am evidently newer than most here, I don’t understand which is “root” directory, is it Editor under the Appearance tab? Also, I don’t undertand how to get to hcaccess. Any help is appreciated.

  40. jameserie

    htaccess method works for me. – cheers!

  41. nycxs

    If you are using PHP5 the file should be called php5.ini and be in the root of the shared folders.

  42. MyDreamDinZ

    What is the highest limit for upload

    can i set it to 1024M ?

  43. alexlee.cs

    The .htaccess method works for me. Thanks.

  44. pranjalgupta2009

    Yes ! putting php.ini also in wp-admin works for me. thanks

  45. Snipsley

    Thanks, but neither of this worked for me.

    But I found the solution!
    I had to place that php.ini to /public_html AND /public_html/wp-admin and it works!

    • Trond

      Great! This worked for me as well :) I run Wordpress on an MS Server 2008 with IIS 7.5 from my host provider, btw

    • kenseneff

      Worked for me as well. Thanks!

    • Kiran

      Thanks dude. It’s works for me.

    • Rollie Osayan

      Yes. It is also working here. thanks

  46. Kaushik Biswas

    At the end of a post, I want to display recent posts from that specific category under that post – how can I do this?

Deixe uma resposta

Obrigado por deixar um comentário. Lembre-se de que todos os comentários são moderados de acordo com nossos política de comentários, e seu endereço de e-mail NÃO será publicado. NÃO use palavras-chave no campo do nome. Vamos ter uma conversa pessoal e significativa.