Ok, well what Im actually trying to do is get the user to submit a bunch of files, validate them, and if say 1 out of 5 is wrong i want to go back to the form and have the 4 correct ones still say whatever they did before so user will only have to change the wrong one. Can this be done?
Not in the way that you want. What you could do is upload the 4 that are correct and simply have a label with the original file name and some information to say that it was correct e.g.
Code:
C:\File1.txt - Uploaded Successfully
C:\File2.txt - Uploaded Successfully
C:\File3.txt - Uploaded Successfully
C:\File4.txt - Incorrect File - Please Select Another (then provide a HTMLInputFile control here)
C:\File5.txt - Uploaded Successfully
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.