Upload from Flash Client

Please post here if you have problems in using Wing FTP Server.
mnielson
Posts: 6
Joined: Thu Jun 03, 2010 6:35 pm

Re: Upload from Flash Client

Post by mnielson »

I've updated to the latest version of flash, I was on the latest before yesterday when the released a new one :)

The new version of the flash uploader caused the page to toss up two error messages before closing out. The error messages were the same, an exception has occurred.

I don't think the error is in the flash uploader. I believe that the problem is in a call to

local status,result = c_GetFileSize(_SESSION["username"],last_filename,nowdir)

on line 13 of uploadstat.html, do you know a way this could fail?
FTP
Site Admin
Posts: 2072
Joined: Tue Sep 29, 2009 6:09 am

Re: Upload from Flash Client

Post by FTP »

Yes, but you know, first flash will trigger an IO error, then the exception routine will call the ajax request.
So just tell me what's the first error message you have seen.
Post Reply