Cropping of an image through url in php

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • kumari

    Cropping of an image through url in php

    Hi,

    I am facing a problem with generation of thumbnail images in php.

    The requirement is as follows: the client would provide the image url,
    description, and content through a page.
    and the same information will be stored in database. While displaying
    all images i should take that url. and read it
    byte by byte and pass to a curl function where in it crops and echos..
    the cropped version of image.

    When I am trying to do so, I am getting the output in the localhost.
    But the same is not working out on the server.


    Error Generated: Cannot download image, Server Configuration - no URL
    file access permission

    Can u plz solve the problem in this issue

  • Jerry Stuckle

    #2
    Re: Cropping of an image through url in php

    kumari wrote:
    Hi,
    >
    I am facing a problem with generation of thumbnail images in php.
    >
    The requirement is as follows: the client would provide the image url,
    description, and content through a page.
    and the same information will be stored in database. While displaying
    all images i should take that url. and read it
    byte by byte and pass to a curl function where in it crops and echos..
    the cropped version of image.
    >
    When I am trying to do so, I am getting the output in the localhost.
    But the same is not working out on the server.
    >
    >
    Error Generated: Cannot download image, Server Configuration - no URL
    file access permission
    >
    Can u plz solve the problem in this issue
    >
    What's the URL you're passing it on the server?

    --
    =============== ===
    Remove the "x" from my email address
    Jerry Stuckle
    JDS Computer Training Corp.
    jstucklex@attgl obal.net
    =============== ===

    Comment

    • Andy Hassall

      #3
      Re: Cropping of an image through url in php

      On 20 Nov 2006 22:47:16 -0800, "kumari" <vijayakumari_v k@rediffmail.co mwrote:
      >I am facing a problem with generation of thumbnail images in php.
      >
      >The requirement is as follows: the client would provide the image url,
      >description, and content through a page.
      >and the same information will be stored in database. While displaying
      >all images i should take that url. and read it
      >byte by byte and pass to a curl function where in it crops and echos..
      >the cropped version of image.
      >
      >When I am trying to do so, I am getting the output in the localhost.
      >But the same is not working out on the server.
      >
      >Error Generated: Cannot download image, Server Configuration - no URL
      >file access permission
      >
      >Can u plz solve the problem in this issue
      This doesn't answer your question - it's virtually unanswerable due to you not
      posting enough information. But if anyone is looking for a good client-side
      image cropping widget I highly recommend:



      --
      Andy Hassall :: andy@andyh.co.u k :: http://www.andyh.co.uk
      http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool

      Comment

      Working...