jofil
Posts: 5
|
| Posted: 11/24/2005, 6:02 PM |
|
Hi,
I would like to use the file properties provided by Persits ASPUpload within CCS, properties such as:
ImageHeight
ImageType
ImageWidth
Ext
FileName
using the ASPupload scripts alone one can get to it by codding the following:
Set Upload = Server.CreateObject("Persits.Upload")
Upload.Save
For Each File in Upload.Files
x=File.ImageHeight
Next
Does anyone knows how to do it in CCS?
Thanks in advance for your help!
Joe
_________________
Best Regards,
Joe Filipe
-----------------------------
Jofil Consulting Inc.
www.jofil.com |
 |
 |
|