File Uploads
I have a page that uses form submission to upload a file to a webserver (which I have no control over as it's my customers) and have a problem relating to files of a certain size (>200Kb) where the server has a limit.
As I am not (and will not be) able to alter the configuration of the webserver in any way, I was wondering what might be considered as the best way to work around this.
I thought perhaps a client side FileSystemObject to load the file in as a textstream and pass across chunks of data to the server where it can use a textstream to build the file back together in the same manner.
Any thoughts...?
Regards,
Sean Anderson
__________________
Regards,
Sean Anderson
|