|
Posted by Martin Pφpping on 03/25/06 16:31
Hi,
Steve Pugh schrieb:
> Martin PΓΆpping <martin_p@despammed.com> wrote:
>
>> I want to load a csv-file to a textarea field.
>
> Textareas are for the input of text content, you would need to copy
> and paste the contents of the csv file into the textarea. To upload a
> csv file, or any other sort of file, there needs to be a <input
> type="file"> instead.
Yes I know. I coded a normal HTML input type file which shows me the
path of the file in a textbox.
But now I want the content of my file in the textarea and I am asking
myself, if this is possible only via HTML and without coding a file
upload, for example with PHP
>> Is it possible to do that only with HTML?
>> Or do I need f.e.?
>
> What's f.e.?
for example ;)
Regards,
Martin
[Back to original message]
|