Enjoy unlimited access to all forum features for FREE! Optional upgrade available for extra perks.

Coder wanted to fix img upload problem in php asap.

Discussion in 'Services Wanted' started by dragon, Apr 11, 2013.

Thread Status:
Not open for further replies.
  1. dragon

    dragon Well-Known Member

    Joined:
    Sep 2008
    Posts:
    1,210
    Likes Received:
    29
    Any coders out there want to try fixing the issue above? Its a site on cube cart, and in order process it gets you to upload IMG twice or doesn't go to next step! Pls pm if you can help! Site is nut-case.co.uk for anyone who want to test it...
    Thanks
    Matt
     
  2. Aegean Greece

    Aegean Active Member

    Joined:
    Feb 2011
    Posts:
    740
    Likes Received:
    16
    It worked fine for me mate, only uploaded image once and chose phone, then went to checkout. no problems.

    I'm using Google chrome.
     
  3. bizzyboy Ireland

    bizzyboy Active Member

    Joined:
    Mar 2012
    Posts:
    73
    Likes Received:
    8
    For the record I tried it a few times on Chrome and IE and it worked fine on both. I run Windows 7 on a 64-bit PC.
     
  4. FWSJay

    FWSJay Active Member

    Joined:
    Sep 2010
    Posts:
    117
    Likes Received:
    2
    Worked fine for me on firefox.

    Very cool site mate!
    Jay
     
  5. DaveLeeds United Kingdom

    DaveLeeds Well-Known Member

    Joined:
    Aug 2012
    Posts:
    1,187
    Likes Received:
    6
    Worked fine for me too in Chrome, nice site. Will be ordering shortly ;)
     
  6. dragon

    dragon Well-Known Member

    Joined:
    Sep 2008
    Posts:
    1,210
    Likes Received:
    29
    Thanks for the replies and the positive feedback! I've tried in Chrome, FF & Safari and each time I upload an image it just refreshes the img upload page and doesn't take me to next step. Bit more investigation needed I think!
    @DaveLeeds - thanks for the order! :)
     
  7. FWSJay

    FWSJay Active Member

    Joined:
    Sep 2010
    Posts:
    117
    Likes Received:
    2
    Could it be some sort of cache issue, maybe when you're logged in? Coz it sounds like its just you :)
     
  8. Aegean Greece

    Aegean Active Member

    Joined:
    Feb 2011
    Posts:
    740
    Likes Received:
    16
    I noticed the uploader doesn't like filenames with spaces. If you choose one of those it will ask for the file again.

    It wasn't that, was it?
     
  9. dragon

    dragon Well-Known Member

    Joined:
    Sep 2008
    Posts:
    1,210
    Likes Received:
    29
    Yes that's the exact issue! Don't suppose you could take a quick look could you if it's a quick fix?!?
     
  10. Aegean Greece

    Aegean Active Member

    Joined:
    Feb 2011
    Posts:
    740
    Likes Received:
    16
    I'll have a look just now, bet generally spaces in filenames such as jpegs aren't good policy, different systems interpret them differently and usually insert a generic filler switch such as %, %20 or %*.

    Would it be possible to put a small tooltip for users explaining no spaces? Perhaps with an example? The warning works fine if they do.

    Alternatively use a urlencode along the lines of this:

    $string = str_replace(' ', '%20', $string);
     
    Last edited: Apr 12, 2013
  11. DaveLeeds United Kingdom

    DaveLeeds Well-Known Member

    Joined:
    Aug 2012
    Posts:
    1,187
    Likes Received:
    6
    +1 Well done
     
  12. DaveP United Kingdom

    DaveP Well-Known Member

    Joined:
    Mar 2010
    Posts:
    2,941
    Likes Received:
    56
    Just saw this. If it hasn't been fixed yet I can take a look for you send me a PM. :)
     
  13. dragon

    dragon Well-Known Member

    Joined:
    Sep 2008
    Posts:
    1,210
    Likes Received:
    29
    Hi Dave, someone's taking a look at it within an hour. Have to say i've been really impressed with the amount of help available on this forum! :)
     
Thread Status:
Not open for further replies.