Filebrowser
-
And what is so ugly about the type="file" ? As far as I know that is the only way to select a file on the client's machine. -------------------------------------------------------- Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!
-
And what is so ugly about the type="file" ? As far as I know that is the only way to select a file on the client's machine. -------------------------------------------------------- Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!
Haha thats a good one. Wasn't that a game on amiga or something that had that intro? I don't want the textfield in input type=file. I just want a button and nothing else but I want to receive the path to the selected file. It's for an emailprogram attachments and I want to write the filename only on the page like in outlook. Thanx
-
Haha thats a good one. Wasn't that a game on amiga or something that had that intro? I don't want the textfield in input type=file. I just want a button and nothing else but I want to receive the path to the selected file. It's for an emailprogram attachments and I want to write the filename only on the page like in outlook. Thanx
I think it was yeah :) Hmm if you will wan't to select a file you will defenitly need a type="file". Maybe you could use some CSS and hide the "textbox" and just show the button. -------------------------------------------------------- Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!