Any ideas why image uploads would get rejected from my server?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jace
    FBOP Class Of 2013
    • Jan 2004
    • 35562

    #1

    Any ideas why image uploads would get rejected from my server?

    2 programs now have rejected me from uploading images from a web interface

    phpadsnew was one and said something about server config

    and now this wordpress plugin isn't letting me upload images

    is there some server config setting that should be enabled?
  • jact
    Confirmed User
    • Sep 2002
    • 9134

    #2
    The directory where images are stored needs to be writable by the webserver, if you have a managed box ask your admin to set this for you.
    Free agent

    Comment

    • Jace
      FBOP Class Of 2013
      • Jan 2004
      • 35562

      #3
      hm...i think it might have something to do with the upload_tmp_dir variable

      checking into it now

      Comment

      • fris
        I have to go potty
        • Aug 2002
        • 55855

        #4
        ya check permissions set to writeable, which you can even do from ftp. if you are trying to upload big images also. check your php.ini

        post_max_size = 20M
        upload_max_filesize = 20M

        and so on.
        Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


        My Newest Theme

        Comment

        • Jace
          FBOP Class Of 2013
          • Jan 2004
          • 35562

          #5
          Originally posted by jact
          The directory where images are stored needs to be writable by the webserver, if you have a managed box ask your admin to set this for you.
          well, it is, but I think this is a deeper issue, because it is 2 different software packages

          from reading a little I think it has to do with the upload_tmp_dir variable

          Comment

          • Jace
            FBOP Class Of 2013
            • Jan 2004
            • 35562

            #6
            Originally posted by Fris
            ya check permissions set to writeable, which you can even do from ftp. if you are trying to upload big images also. check your php.ini

            post_max_size = 20M
            upload_max_filesize = 20M

            and so on.
            everything is writeable!! haha

            Comment

            Working...