Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server to Client File Transfer not working. No errors #26

Open
ryancmlee opened this issue Sep 9, 2016 · 4 comments
Open

Server to Client File Transfer not working. No errors #26

ryancmlee opened this issue Sep 9, 2016 · 4 comments

Comments

@ryancmlee
Copy link

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

@Matt-Maerz
Copy link

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?

@kailashvele
Copy link

Any fix on this yet?

@liamks
Copy link
Owner

liamks commented May 16, 2017

PRs accepted!

@wickstargazer
Copy link

Bump, i still do not get this working :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants