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
Using the ruby example, I'm unable to upload assets with IE10. I've run into the same issue with the Drupal module, so it's either an issue with the library itself or with the backlot API.
When uploading, the PUT request to /send fails with a 501.
Here's the request information. It doesn't look like IE10 supports HAR, so I'll attach a screenshot as well.
URL Method Result Type Received Taken Initiator Wait Start Request Response Cache read Gap
http://uploader.ooyala.com/send?filename=h0Y2w2Yzp__75FgBpxuvMbKkjUPW8uh8/0000000000000-0000001384980&filesize=1384981&expires=1370536072&signature=i3fnNMomsK+Nfy8+0n9CyQwzb2ZtYG2SgO2s31Vc1+Y PUT 501 text/html 1.25 KB 73.06 s XMLHttpRequest 9657 0 37328 0 0 0
The error response body:
<html><head><title>Apache Tomcat/6.0.32 - Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 501 - </h1><HR size="1" noshade="noshade"><p><b>type</b> Status report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The server does not support the functionality needed to fulfill this request ().</u></p><HR size="1" noshade="noshade"><h3>Apache Tomcat/6.0.32</h3></body></html>
The text was updated successfully, but these errors were encountered:
Yeah, and IE10 specifically. IE8 and IE9 on W7 both worked fine. Note that those use the SWF uploader, but HTML5 is working fine with Firefox and Chrome.
Using the ruby example, I'm unable to upload assets with IE10. I've run into the same issue with the Drupal module, so it's either an issue with the library itself or with the backlot API.
When uploading, the PUT request to /send fails with a 501.
Here's the request information. It doesn't look like IE10 supports HAR, so I'll attach a screenshot as well.
The error response body:
The text was updated successfully, but these errors were encountered: