[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] file upload software for RAQ4



On 17 Feb 2003 at 14:18, Tim Walter wrote:

>   Have a RAQ4 without the latest version of ChiliASP i.e. doesn't have 
> the "spicepack" integrated.
> 
> I want to have a facility to upload from a webpage, which I think was 
> available with chiliupload.
> 
> Any suggestions for the best way to achieve file upload slickly from a 
> web page (Combined with DB insertion of data) which I could do before 
> with windows hosting.
> -- 
> Tim
> http://yingtong.co.uk

Hi,

There are several pure asp upload classes available on the net.  But 
since chiliasp doesn't support asp classes, they will need 
modification.  Here is a link to an article about one such class:

http://www.asp101.com/articles/jacob/scriptupload.asp

As to inserting the data into a database,  it depends on the database 
you are using and how you want to extract it afterwards.


I have always had problems inserting binary data into a mysql blob 
field from asp ( has anyone else had any success ? ).  

I have had to overcome it by base64 encoding the data first, which is 
ok for small files but can seriously increase storage size for large 
files.


Regards

Ian
--