+ Reply to Thread
Results 1 to 4 of 4

Thread: Problem with upload *.jpeg images on add and edit listing.

  1. #1

    Problem with upload *.jpeg images on add and edit listing.

    Hello all,

    If you have problems with upload images with jpeg type you can fix it yourself. (if you know php of course )

    Open file ftp: includes>>classes>>rlCrop.class.php

    find method 'saveImage'

    and change code from:
    Code:
    Only registered members can view the code.
    to:

    Code:
    Only registered members can view the code.
    and find method 'showImage' and change code from:
    Code:
    Only registered members can view the code.
    to:

    Code:
    Only registered members can view the code.
    Then if you want to delete empty images downloaded before go to ftp and open file: ftp:libs>>upload>>upload.php
    Find method 'delete' and find line:

    Code:
    Only registered members can view the code.
    and change to:

    Code:
    Only registered members can view the code.
    Last edited by Viktor; May 8, 2012 at 12:37 PM.
    Viktor,
    Flynax technical department,
    Best wishes.

  2. #2
    I have done this and tested with a jpeg image and it now works fine for me

  3. #3
    Junior Member
    Join Date
    Jan 2011
    Posts
    4
    Thank you Viktor, really usefull, i had some problems maybe this is the key

  4. #4
    Flynax developer John's Avatar
    Join Date
    Oct 2009
    Posts
    606
    Hi Folks,
    Thanks to Viktor, really helpful fix, btw this fix already applied to Flynax 4.1 version!

    John

+ Reply to Thread