uploading file using adodb.stream

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
pelegk2
Forum Regular
Posts: 633
Joined: Thu Nov 27, 2003 5:02 am
Location: Israel - the best place to live in after heaven
Contact:

uploading file using adodb.stream

Post by pelegk2 »

can i upload a file fro mthe client to the webserver using adodb.stream
like in http://www.15seconds.com/issue/010522.htm
is it possible?
thnaks in advance
peleg
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

I highly recommend just using PHP's recommended file uploading methods.
User avatar
pelegk2
Forum Regular
Posts: 633
Joined: Thu Nov 27, 2003 5:02 am
Location: Israel - the best place to live in after heaven
Contact:

well i want to upload lots of file

Post by pelegk2 »

withought the neww to put 100 oxes from uploading and withought the need to refrsh the page!
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

Then I'd recommend checking out this article.
User avatar
pelegk2
Forum Regular
Posts: 633
Joined: Thu Nov 27, 2003 5:02 am
Location: Israel - the best place to live in after heaven
Contact:

if u will look at my original message

Post by pelegk2 »

i gave you the same link :)
and asked ohow to do it in php
Post Reply