Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: Changing Image Upload Size

  1. #1
    Affiliate Member AppThemes Affiliate krakkamike's Avatar
    Join Date
    May 2009
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Changing Image Upload Size

    I searched the forum and found one post saying i need to edit form_process.php but i can't find the file anywhere. Which folder is it in?

    Thanks!

  2. #2
    pepsi's Avatar
    Join Date
    Mar 2009
    Location
    New Zealand
    Posts
    14,883
    Thanks
    91
    Thanked 804 Times in 718 Posts

    Re: Changing Image Upload Size

    What version of ClassiPress are you using?

  3. #3
    Affiliate Member AppThemes Affiliate krakkamike's Avatar
    Join Date
    May 2009
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Changing Image Upload Size

    latest version 2.91 i think, just downloaded yesterday 6-28

  4. #4
    Founder dcowgill's Avatar
    Join Date
    Mar 2009
    Location
    San Francisco, CA
    Posts
    1,939
    Thanks
    66
    Thanked 135 Times in 99 Posts

    Re: Changing Image Upload Size

    You'll find that in the /classifiedform/classifiedform.class.php file around line 166

  5. #5
    Affiliate Member AppThemes Affiliate krakkamike's Avatar
    Join Date
    May 2009
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Changing Image Upload Size

    Sweet, thanks!!!

    This is the best $150 i have spent in a while by the way! Keep up the good work brother!

  6. #6
    Founder dcowgill's Avatar
    Join Date
    Mar 2009
    Location
    San Francisco, CA
    Posts
    1,939
    Thanks
    66
    Thanked 135 Times in 99 Posts

    Re: Changing Image Upload Size

    Glad to hear it!

  7. #7
    jschodde's Avatar
    Join Date
    Apr 2009
    Location
    Anthem, AZ
    Posts
    154
    Thanks
    3
    Thanked 1 Time in 1 Post

    Re: Changing Image Upload Size

    Quote Originally Posted by dcowgill
    You'll find that in the /classifiedform/classifiedform.class.php file around line 166
    Where would one find this in version 2.9.2? Can I get a complete path please?

  8. #8
    Founder dcowgill's Avatar
    Join Date
    Mar 2009
    Location
    San Francisco, CA
    Posts
    1,939
    Thanks
    66
    Thanked 135 Times in 99 Posts

    Re: Changing Image Upload Size

    It should be in form_process.php

  9. #9
    Senior Member rnaylor's Avatar
    Join Date
    Oct 2009
    Location
    United States
    Posts
    138
    Thanks
    22
    Thanked 9 Times in 9 Posts

    Re: Changing Image Upload Size

    //1024 bytes = 1kb
    //1024000 bytes = 1mb
    $image_folder_name = "classipress";
    $size_bytes = 1024000;
    $size_mb = $size_bytes / 1024000;
    $limitedext = array(".gif",".png",".jpg",".jpeg");
    in the above code, "//1024000 bytes = 1mb", is this where I change "1mb" to say 3/4 to increase image size? If so, is there anything else I need to do.? Thanks.

  10. #10
    Junior Member massaf's Avatar
    Join Date
    Jul 2010
    Location
    Los Angeles and Medellin Colombia
    Posts
    34
    Thanks
    4
    Thanked 0 Times in 0 Posts
    When a poster place an ad with images. How can the poster go back to the ad and change or update images?
    Poster editing is enabled!

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)