CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2009
    Posts
    8

    Request for Max Upload Filesize Change

    Hey everyone..

    I would like to be able to upload .pdfs that are 30MB

    1. I am using Wordpress 8.4
    2. I am using Dreamhost and cannot locate either the php.ini or .htaccess file
    3. I don't have php.ini or .htaccess in my root folder via FTP
    4. I e-mailed Dreamhost and they said they cannot do it on their end

    I would like to know if I just create a php.ini file and if so can someone copy/paste the entire php.ini file that would allow me to upload up to 30MB files?

    OR

    I would like to know if I just create a .htacess file and if so can someone copy/paste the entire .htaccess file that would allow me to upload to to 30MB files?

    Thank you ahead of time

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: Request for Max Upload Filesize Change

    You have to change the php.ini configuration of the web server.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  3. #3
    Join Date
    Jun 2009
    Posts
    8

    Re: Request for Max Upload Filesize Change

    Quote Originally Posted by PeejAvery View Post
    You have to change the php.ini configuration of the web server.
    Yeah I know, I would if I had the file, but I don't. and Dreamhost refuses to do it, so how can I do this?

  4. #4
    Join Date
    May 2002
    Posts
    10,943

    Re: Request for Max Upload Filesize Change

    Ouch. Personally, I would switch hosts. I always recommend 1&1 to all my clients.

    Have you tried using ini_set()?
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured