Delivery.js icon indicating copy to clipboard operation
Delivery.js copied to clipboard

Server to Client File Transfer not working. No errors

Open ryancmlee opened this issue 9 years ago • 4 comments

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

ryancmlee avatar Sep 09 '16 01:09 ryancmlee

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?

Matt-Maerz avatar Mar 23 '17 09:03 Matt-Maerz

Any fix on this yet?

kailashvele avatar May 15 '17 13:05 kailashvele

PRs accepted!

liamks avatar May 16 '17 02:05 liamks

Bump, i still do not get this working :(

wickstargazer avatar Dec 06 '17 12:12 wickstargazer