views:

22

answers:

0

Plain old ASP, not .NET

I've got a really large and complicated class for making an upload progress bar and I'm trying to find out the uploaded file name. I think easiest way to accomplish that would be dumping the variable structure but, even if it isn't (and I appreciate if someone can point me), I've ended up wondering about it and the question here is still just that.

ASP doesn't have an equivalent as far as I know, so I'm looking here for a complete home made solution (unlike this one), which can dump the whole object structure.

Thanks in advance for all the trouble of finding or even making this, if you will. :)