in reply to CGI.pm and Large File Transfers
Q2 - I never noticed that callback, but you probably won't be able to do the notification very efficiently in a CGI. What I do in situations like this is: on form submit I show an animated gif indicating the upload is taking place:
Or something like it (can't remember the excact javascript now)<form ... onsubmit="document.images['imagename'].src='animation.gif';" +> .... </form>
It's a lot easier and looks almost as good :-)
Joost.
|
---|