Skip to main content
Known Participant
December 9, 2008
Question

ajax reqeust built into CF8?

  • December 9, 2008
  • 2 replies
  • 358 views
I am uploading images to a gallery(folder), every time I upload an image I would like to refresh the area below with the updated images.

I can do this with jquery but is there a way to do it in the new features built into cf8 (cfdiv?)?

Thanks,

H.

    This topic has been closed for replies.

    2 replies

    Inspiring
    December 9, 2008
    surely you could use a cfdiv for the area below, and then use ColdFusion.navigate to reload the area after the upload.
    Inspiring
    December 9, 2008


    I would think so, all you doing is submitting data, the image, and then
    updating the user interface afterwards.