0

I want to have a file upload using php. my problem simple in the CSS I make:

<input name="ufile" type="file" id="ufile" size="50" />

it just show the browse button. I want to have like a text box with the browse button to show the file address after upload it. I know that :

<input name="ufile" type="file" id="ufile" size="50" />

will show the text box as will as the browse button but I tried it on firefox and chrome nothing showed just the button not text box. does anybody have any idea about that? why the text box is not shown???

1 Answer 1

1

I've tested your html above and it worked in Firefox and IE 9. My guess is that you have some CSS within your webpage that is affecting the file input. You could try use Firebug of developer tools in Chrome to inspect the input to see what css rules are being applied.

Sign up to request clarification or add additional context in comments.

1 Comment

I make a page just to check this issue and there is not css conflict there. I tested on firefox and chrome not shows but it shows on opera and IE

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.