You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have had the Client(chrome) to Server file transfering working for a while and recently needed to transfer files back to the Client.
I set up the file.load, send.start, and send.success event handlers and then call delivery.send(data).
First send.start is dispatched and then file.load. (I would think we would need to load the file before sending it... but w/e)
That's it. Nothing else ever happens.
Inspecting the Server delivery object I see that an entry has been added to delivery.sending
Client is never contacted in any way though. (I think, as the client's delivery.receiving object never has an entry added)
Furthermore I have noticed that the Client's delivery.connected is true (as expected)
but the Server's delivery.connected is NEVER true... (even in the delivery.connect event)
Not sure if the connected var actually does anything cause the server still receives files no problem.
Help please,
Thanks,
Ryan
The text was updated successfully, but these errors were encountered:
I have had the Client(chrome) to Server file transfering working for a while and recently needed to transfer files back to the Client.
I set up the file.load, send.start, and send.success event handlers and then call delivery.send(data).
First send.start is dispatched and then file.load. (I would think we would need to load the file before sending it... but w/e)
That's it. Nothing else ever happens.
Inspecting the Server delivery object I see that an entry has been added to delivery.sending
Client is never contacted in any way though. (I think, as the client's delivery.receiving object never has an entry added)
Furthermore I have noticed that the Client's delivery.connected is true (as expected)
but the Server's delivery.connected is NEVER true... (even in the delivery.connect event)
Not sure if the connected var actually does anything cause the server still receives files no problem.
Help please,
Thanks,
Ryan
The text was updated successfully, but these errors were encountered: