Hi,
I am using the UploadItem to allow the user to upload a file on my server. I would like to customize two things on that control:
1) In Firefox, the control is displayed as a text item followed by a button. The caption on the button is "Browse...". Since my web page will support localization, I want to be able to change the caption of that button. How can I do so?
2) When the user clicks on the "Browse..." button, I would like the window to filter out all files which do not fit the filter "*.vwf". This will make it easier for my user to find the file to upload. How can I do so?
Regards,
Maxime
I am using the UploadItem to allow the user to upload a file on my server. I would like to customize two things on that control:
1) In Firefox, the control is displayed as a text item followed by a button. The caption on the button is "Browse...". Since my web page will support localization, I want to be able to change the caption of that button. How can I do so?
2) When the user clicks on the "Browse..." button, I would like the window to filter out all files which do not fit the filter "*.vwf". This will make it easier for my user to find the file to upload. How can I do so?
Regards,
Maxime
Comment