Delivery.js
Delivery.js copied to clipboard
Server to Client File Transfer not working. No errors
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
Same Problem, is there any fix yet? Or Workaround? Or other libs where i can send a file to the Server in a fast way?
Any fix on this yet?
PRs accepted!
Bump, i still do not get this working :(