File attachment

ycy

New Member
Hi everybody,
I would like to attach files on webspeed i know the input type should be type file but how do i attach the file to my page and submit it. What version of progress do i need in order to do this.

Thanks in advance.
 
Hi,

WebSpeed currently only allows ASCII file attachments (Progress claims this is because of security/virus/hacking issues). Binary files are not allowed or rejected. If you run on an M$ WebServer you can use some asp page that you call to attach files. There are many examples available on the internet (search for asp and look in the many asp related tech websites) on how to use asp for attaching files.
 
Back
Top