Hi All Has anyone had a requirement to upload huge files in an asynchronous mode? I want to be able to upload some files which are on avg 4G plus. I read some posts that wicket does fine with 50 plus megs. Since these are huge files, we dont want the user to be blocked. Instead was thinking kicking off a Job that takes these files and then notifies the user.
If wicket application can be configured to upload these files makes it easy with just the file upload without a-synching, But if there is an elegant solution can someone share their experiences? Many thanks Niv
