[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] PHP upload on RAQ4



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.