Hi, I'm not sure such information actually goes to the server. The browser sends a byte[] to the server in the request body.
See https://github.com/wicketstuff/core/tree/master/jdk-1.6-parent/wicket-html5-parent/wicket-html5/src/main/java/org/wicketstuff/html5/fileapi This code uses HTML5 APIs to read file attributes so it wont work on IE9 and less. On Fri, Jun 15, 2012 at 3:07 PM, Sandor Feher <[email protected]> wrote: > Hi, > > I need for the uploaded file's last modified date to store it in a table. So > the question is how to obtain this info from a FileUploadField field. As I > have seen there is no such method in FileUpload class. > > thnx., Sandor > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Obtain-last-modified-date-from-FileUploadField-tp4650011.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
