Jump to content

BRMarcom

Members
  • Posts

    3
  • Joined

Converted

  • FusionPro Products
    No

BRMarcom's Achievements

Newbie

Newbie (1/14)

  • First Post Rare
  • Conversation Starter Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

10

Reputation

  1. That gives me an error regardless of the URL used. And the Description in the building blocks indicates "CreateResource(filename [,type] [,nonExistOK] [,encoding]) Creates a graphic or text resource from a file on disk." Are you sure that can be used?
  2. We are finding that under heavy load, the checkstatus function on the server is coming back with a timeout but the job is completing. Rather than keep polling the FusionPro server API for the status, I'd like to have the OnJobEnd pull a URL that could them pass a few Parameters indicating that the job has finished. So the in the OnJobEnd there would be a call similar to this: $.get("https://api.someurl.com/disposition.cfm?fpSessionid=1112221111&status=Complete&pages=234")
  3. Is it possible to Load a URL from Jquery within the OnJobEnd callback? try { // I can see this Print("Loading Jquery New"); Load('E:\\APPS\\TEST\\jQuery_min.js'); // But I don't see this and i'm not catching a Print("Jquery Loaded"); var jqxhr = $.get( "https://api.marketpowerwebdev.com/fusionPro/disposition.cfm?fpid=123456", function() { Print( "success" ); }) } catch (error) { Print(error); }
×
×
  • Create New...