On Thu, Jun 24, 2010 at 3:21 PM, Hiran Chaudhuri <[email protected]> wrote: > So how would I do it from the FTPlet (probably in methods > onUploadStart/onUploadEnd)? > And how come I can upload files and see onUploadEnd being not called at all?
Yes, onUploadStart() would be a good place to start. If the upload is successful, you should definitely see onUploadEnd being called if the Ftplet is set up correctly. If not, please share your code and test case and we'll have a look at the details. /niklas
