NieDzwiedz
|
| Posted: 09/18/2005, 12:16 PM |
|
hi All,
can anybody tell me how can I insert image [JPG] stright to database using CCS 2.3 and then display it on another page?
it's very important to me
with regards
NieDzwiedz
|
|
|
 |
Edd
Posts: 547
|
| Posted: 09/19/2005, 5:12 AM |
|
The first thing that you need is a component that can upload straight into a database - ASPUpload for example.
The second thing that you need to do is add onto the existing CCS upload component script so the file uploaded is also transfered into the database from the uploaded file.
From there it is simply a matter of having CCS display the image from the database as it's source.
Edd
_________________
Accepting and instigating change are life's challenges.
http://www.syntech.com.au |
 |
 |
Yusuf
|
| Posted: 09/22/2005, 10:37 PM |
|
I am suppose to do a similar task can anybody show me how exactly iam suppose to go about doing it.
Can anybody also give me some sample CCS application for this task if possible.
|
|
|
 |
Tony Spade
|
| Posted: 09/26/2005, 3:09 PM |
|
Would it be possible to store the whole website in the database?
I mean not only pictures but also most of ASP or PHP code?
|
|
|
 |
Walter Kempees
|
| Posted: 09/26/2005, 3:17 PM |
|
Not only a website, how about this ?
http://www.consultair.nl/newsite/img/common/downloadwww.gif
<TonySpade@forum.codecharge (Tony Spade)> schreef in bericht
news:643387186b190a@news.codecharge.com...
> Would it be possible to store the whole website in the database?
> I mean not only pictures but also most of ASP or PHP code?
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
Walter Kempees
|
| Posted: 09/26/2005, 3:20 PM |
|
more seriously:
using the php evaluate()
you can have almost anything/everything.
But to say it's wise that's a totally different thread.
Walter
"Walter Kempees" <kempe819@planet.nl> schreef in bericht
news:dh9s1b$mev$2@news.codecharge.com...
> Not only a website, how about this ?
>
> http://www.consultair.nl/newsite/img/common/downloadwww.gif
>
> <TonySpade@forum.codecharge (Tony Spade)> schreef in bericht
>news:643387186b190a@news.codecharge.com...
>> Would it be possible to store the whole website in the database?
>> I mean not only pictures but also most of ASP or PHP code?
>> ---------------------------------------
>> Sent from YesSoftware forum
>> http://forums.codecharge.com/
>>
>
>
>
|
|
|
 |