emeckJunior Member Posted
12 years agoHi,
i wanted to send a couple of small files as attachments through Yahoo mail but files seems to never end to be uploaded to yahoo (or even to start to be uploaded).
So I tried with Dropbox which but with strange behaviour:
After clicking the Upload button in Dropbox and selecting the file to upload, the uploading notification box appears (it seems to open in a new transparent tab):
Uploading to 'Public'
Uploading filename.ext
and the arrow is circling which indicates it is uploading.
After a while a message window appears:
OWB Error
Unable to open 'https://dl-web.dropbox.com/upload'.
Error 65: Send failed since rewinding of the data stream failed.
I click OK button, then the dropbox "notification" box stays there as if still uploading so I have to quit dropbox. But the file has been succesfully uploaded, and I can download them with the dropbox client in my other machines.
Maybe these two strange behaviours are related and can be fixed or improved? I'm using OWB from Icaros 1.5.2
Hi emeck,
Just a friendly word of warning.
You mention the upload being present. But please do not assume anything.
Doing a search for this error revealed that it is something like you are uploading, but during the upload something went wrong.
Therefor the server send back a command to the browser to _resent_ the data from a given point (rewind).
If one (or both) of those two fails (resent and/or rewind) then you are presented by the error you mentioned.
That also means that the data being uploaded is most probably damaged.
If possible, check the filechecksum to make sure the uploaded file is allright.
Although it might seem an OWB error, it is most likely a network or server issue. You could try another (upload) service to check if the issue is specific to dropbox and/or OWB.
Maybe you could try using wget or curl to upload your file to dropbox ?
emeckJunior Member Posted
12 years agoSilly me, I was looking in Sys:C
I'm getting old. Thanks!