Simon-Pierre Gingras
Results
12
issues of
Simon-Pierre Gingras
I created a `BaseUploadStatus` that overrides the default (`Window.alert()`) behavior. ``` public class CustomUploadStatus extends BaseUploadStatus { public interface FileTooLargeHandler { void onFileTooLarge(); } private final FileTooLargeHandler fileTooLargeHandler; public CustomUploadStatus(...