IO Error in File Upload

12 views
Skip to first unread message

steveeray

unread,
Aug 12, 2008, 4:48:59 PM8/12/08
to fortfug
Has anyone done any file uploads with Flex (or Flash)? I have a Flex
app that works fine uploading a 250 Mb file, but errors when trying a
425 Mb file. I don't know that there is a file size limit. My code has
set no limits. The error I get is "Error #2038", which isn't helping
much as that seems to be a generic error message. My app has a
progress bar and the error occurs at the very end when bytes sent
equals filesize. Any help appreciated.

Steve

jeremy.mooer

unread,
Aug 30, 2008, 4:21:40 PM8/30/08
to fortfug
Hey Steve. Didn't see your message... I haven't worked with uploads
over 10mb, but from what I just read it sounds like flash player gets
dirty since there are timeout limits.... 60 seconds according to a
couple of posts. You might have to do some trickery with breaking up
the file on the front end, looping through the sends and reassembling
them on the back-end. Do you have the same problem on localhost when
bytesSent = fileSize?

Anyway, I'll see you soon,
Jeremy

Steve Moore

unread,
Sep 1, 2008, 1:10:47 PM9/1/08
to for...@googlegroups.com
Found out it was the ColdFusion memory size causing the abort. All is good now. Thanks.
Reply all
Reply to author
Forward
0 new messages