All Questions
1 question
1
vote
2
answers
8k
views
Getting full file path from code behind from file HTML input
I used file HTML input instead of FileUpload Web Control. Don't ask why but I just have to!
HTML:
<input type="file" id="image1" class="listUploadAdd" name="ImageAdd1" />
Code behind:
Dim ...