wayner
Posts: 37
|
| Posted: 03/15/2007, 1:13 PM |
|
Fellow CodeChargers,
My current web hosting company has upgraded its servers but will no longer provides support for ASP Com applications (i.e. dundas) for uploading files within my application.
What are my options for replacing this function in my current applications?
Does CodeCharge provide for non-COM uploading of files or will I have to handcode all of my upload functions? Other options?
HELP, my clients are restless!
Thanks,
WayneR
_________________
Have it your way, sort of!
1. You can have it fast.
2. You can have it cheap.
3. You can have it accurate.
Pick 2 out of the 3! |
 |
 |
navcan
Posts: 61
|
| Posted: 03/15/2007, 5:51 PM |
|
Hello WayneR
I am using ASP/VBScript Upload using ADODB.Stream, it is pure script. Works like a charm, here is some more info from CCS help...
Script based components (does not require installation of a third party component).
Pure ASP Upload
Author: Jacob "Beezle" Gilley
Email:avis7@airmail.net
Modified by: Will Bickford
Email:wbic16@hotmail.com
Script Upload using ADODB.Stream
The Uploading Script which uses ADODB.Stream is faster than the script based upload components. The secret to the speed lies within ADO's Recordset and Stream objects. It is recommended to use "ASP/VBScript Upload using ADODB.Stream", if COM based components are not available.
Best of luck.
Regards,
navcan
|
 |
 |
wayner
Posts: 37
|
| Posted: 03/16/2007, 8:41 AM |
|
Navcan,
Thanks for the info!
Do you know if I need to rebuild each form and upload object or just change my upload selection type and recomplile the project?
A Note: all I had to do was change the method of upload then save and it works fine.
Thanks again,
WayneR
_________________
Have it your way, sort of!
1. You can have it fast.
2. You can have it cheap.
3. You can have it accurate.
Pick 2 out of the 3! |
 |
 |
|