breeky5
09-28-2008, 05:55 PM
Hello everyone,
Is there a way to send a string response from server (I'm using java servlet) when uploading using fileReference object? For example, an exception has occurred while uploading, my program would send a custom error message through a servlet response and will be displayed in my laszlo app. Is that possible?
fileReference.upload(url);
<----- Exception ---->
<----- Send Custom Message ---->
<----- display msg -------->
Thanks.
Is there a way to send a string response from server (I'm using java servlet) when uploading using fileReference object? For example, an exception has occurred while uploading, my program would send a custom error message through a servlet response and will be displayed in my laszlo app. Is that possible?
fileReference.upload(url);
<----- Exception ---->
<----- Send Custom Message ---->
<----- display msg -------->
Thanks.