ok, I am really stupid around this issue....
I made (modified from Asgard page):
<?
$article = mgd_get_article($id);
if($attid=$article->createattachment($name, $title, $blob)) {
if(($srcfp=fopen($blob,"r")) && ($attfp=$article->openattachment($name))) {
if(fwrite($attfp,fread($srcfp,$blob_size))==$blob_size) {
fclose($attfp); fclose($srcfp);
}}}?>
It is added to blobs table but:
[08-Aug-2001 13:11:24] PHP Warning: fopen("path/to/my/file","r") - No such file or
directory in dodaj on line 4
the file exist. I do not get it.....
Piotras
_________________________
http://www.infoglob.pl/sklep
http://www.milinski.com.pl
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]