php - Uploading a PDF with CodeIgniter not working -


I am trying to upload a PDF to my website using the CodeIgniter framework. It's ok to upload a JPG or PNG, but it's not a PDF.

On my page I have two forms, but if I print the 'userfile' post from my controller, then I get the file name pdf.

This is my viewpoint code:

  

Comments

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -