Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

297
Visualizações
How can I know why pictures not uploading in codeigniter form

I created a website using Codeigniter and mysql. There is a form for users where they upload their pictures. When I upload a picture to test it, it works fine. But sometimes, when someone else uploads a picture, it doesn't work. How can I know the actual problem?

over 4 years ago · Santiago Trujillo
2 Respostas
Responde à pergunta

0

There are many ways to debug a file upload issue. Most certain checks to implement in code are:

  1. Filesize - If media file size is more than the defined size, It should throw some message to the user.
  2. Extensions - Do list accepted extensions as a text message around file upload button. In the code, make sure, your code accepts those extensions.
  3. Log errors and warnings - Enable log errors. You can easily debug the issue.
  4. Make sure the directory where files will upload must have writable permissions.
  5. On the webpage where the image will be displayed,it must have a proper path like https://www.DOMAINNAME.com/directoryName/fileName.extension
over 4 years ago · Santiago Trujillo Relatório

0

You can check in php.ini file for following directives:

upload_max_filesize & post_max_size

If there is low upload_max_filesize or post_max_size is set it will not upload files.

You can verify both values in using phpinfo(); method

over 4 years ago · Santiago Trujillo Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda