[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] PHP upload on RAQ4
- Subject: Re: [cobalt-users] PHP upload on RAQ4
- From: "Kham Vue" <kvue@xxxxxxxxxxx>
- Date: Mon Feb 16 14:00:02 2004
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Thankx for all the suggestions.
I changed the <input name="userfile" type="file">
to <input name="myfile" type="file" size="20" maxlength="50">
and that worked.
I don't know why but it worked and I can upload files now.