TWebFileUpload

Hi,

I would very much like to be able to use my own image with this control.

Thanks,

Ken

Hi,


Please note there are currently no images used in the TWebFileUpload. The icon that is displayed is an SVG icon.
However, this is a good suggestion and we'll consider adding support for custom icons in the future.

No hurry, I can wait until tomorrow ;)

Also the ability to filter by file type would be very useful.

We can add the Accept attribute but in a browser this only affects the file open dialog, it doesn't affect the drag & drop. The browser doesn't perform a check with Accept during drag & drop.
If you want to restrict the file type based on filename extension, TWebFilePicker can do this with the Accept property

Understand about drag & drop. What I would like to be able to do is control the content of the list of files that the user gets to choose from.

With the Accept property we have added,this will be possible.

Great, thanks.

Can the image be changed now?