Re: [midgard] question about mgd_create_file

2000-05-26 Thread Emiliano
On Fri, 26 May 2000, T. Wijnen wrote: Hi, I'm trying to make a simple upload form in html that uploads a file as a file attachment to an article. But I can't seem to get it to work. The documentation about mgd_create_file is kinda short. Can someone help me with a coded example?

Re: [midgard] question about mgd_create_file

2000-05-26 Thread T. Wijnen
Emiliano wrote: mgd_create_file($article, $mimetype, $location, $size, $md5sum) Ehm, in the docs the same function has 6 parameters, the one you describe has 5. -- This is The Midgard Project's mailing list. For more information, please visit the project's web site at

Re: [midgard] question about mgd_create_file

2000-05-26 Thread Emiliano
On Fri, 26 May 2000, T. Wijnen wrote: Emiliano wrote: mgd_create_file($article, $mimetype, $location, $size, $md5sum) Ehm, in the docs the same function has 6 parameters, the one you describe has 5. You're right, that should have been mgd_create_file($article, $mimetype, $name,