but the problem on the server still continues...
my application work in my localhost but not in my server (i get the error 2038 File I/O)
how can i fix it?
thanks...
yigit boyar
middle east technical university / sophomore
From: e_baggg <[EMAIL PROTECTED]>
To: flexcoders@yahoogroups.com
Sent: Tuesday, November 7, 2006 5:49:12 AM
Subject: [flexcoders] Re: Error #2038: File I/O Error.
It actually doesn't have anything to do with the filename, it's
actually the file size. FileReference can't upload files that are 0KB.
Add some characters to 'new document.txt' and the upload will be fine.
I added a try/catch to notify the user if this happens:
try {
file.upload( uploadUrl) ;
} catch (error : Error)
{
Alert.show(" '" + file.name + "' cannot be uploaded because
it is an empty" +
" file. Files cannot be 0 KB in size.", "Upload Error...");
return;
}
--- In [EMAIL PROTECTED] ups.com, Yiðit Boyar <yigitboyar@ ...> wrote:
>
> when i'm working in my locahost and try to upload a file which has
blank character(s) (e.g. new document.txt) ,
> i get the error: text=Error #2038: File I/O Error.
> also when i uploaded my flex application to my remote server; now i
can not even upload files with names consisting no blank characters.
>
> what can be the reason for this?
>
> Note: my swf,php all run in the same server....
>
__._,_.___
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Software development tool | Software development | Software development services |
Home design software | Software development company |
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe
__,_._,___