I ma having Spring command with data populated within it, In jsp file I have written Method -> \[code\]<form:input path="file" id="file" type="file" accept="image/*"/> \[/code\]Method -> \[code\]<input type="file" id="file" type="file" accept="image/*" >\[/code\]I have tried with both the method, I am able to select file but in case of updating the record, not able to show the file which is in command. I have debugged the value is there in command......I have stuck at this point please help.........