Emiliano wrote:
> Alternatively, try the following:
>
> Change the code of the article page through the admin site (page 29 if
> you haven't altered the admin site. After line 202
> <textarea name="content" rows="10" cols="60" wrap="soft">&(content);</textarea>
> insert
> <input type="file" name="content_upload">
>
> In the top of the code-init pageelement of that page, add
>
> if ($content_upload && ($content_upload_type == "text/html" ||
> $content_upload_type == "text/plain")) {
> $content = join('', file($content_upload));
> }
>
> Untested, but this should allow you to upload files for content.
But if the problem is indeed a textarea restriction by the browser
you'll be SOL at the next update of the article. Bears more thought,
sorry guys.
Emile
--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org
To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]