Is any one else getting this error? (back)
cdevroe staff (1 year ago)
We're finding that we're getting an odd upload error in a few very different cases. While we work to debug the issue, I was wondering if anyone else got this same error?
[code] => 202
[description] => upload error
[details] => org.apache.commons.fileupload.MultipartStream$MalformedStreamException: Stream ended unexpectedly
If you are, please describe your use case. Thanks!
leinerj (1 year ago)
Hi Colin,
We're getting this error using IE 7 and a flex/action script post to do the upload. The funny thing is that the same code/swf works in firefox. I can reproduce this in IE at anytime. I'm sending you a email with the post/code in question.
Jay
cdevroe staff (1 year ago)
Thanks Jay.
leinerj (1 year ago)
Hey Colin,
After trying my upload again when I noticed you fixed the phpViddler API issue (http://www.viddler.com/groups/developers/discuss/391) I'm getting a different error.
The same upload code I sent you in the past works fine in Firefox, but IE I'm getting a response of
upload error: Invalid session_id
Any thoughts on this?
Thanks,
Jay
leinerj (1 year ago)
Also, the interesting thing to is that the error code in this response is 202, not the standard 9 that is attributed to invalid/expired session id's
jwage (5 months ago)
I get this error currently. Can't seem to get any videos to upload..
cdevroe staff (5 months ago)
jwage: Can you share more information about how you're getting this error?
tspace (4 months ago)
[code] => 202
[description] => upload error
[details] => org.apache.commons.fileupload.MultipartStream$MalformedStreamException: Stream ended unexpectedly
1 case : PhpViddler.
Apache setimeout (must be changed in php.ini)
I receive this error when the estimated time of uploading a file is upper than the server setimeout limit.
Tspace