ASDL#37188 Logboek NS: Mogelijkheid om meerdere foto's tegelijk opsturen

svn path=/Website/trunk/; revision=30617
This commit is contained in:
Jos Groot Lipman
2016-09-07 13:29:36 +00:00
parent a3c96abb80
commit 0d9b3da832

View File

@@ -44,9 +44,11 @@
BuildUploadRequest RequestBin
contentType = UploadRequest.Item("imp_file").Item("ContentType")
fileData = UploadRequest.Item("imp_file").Item("Value")
filepathname = UploadRequest.Item("imp_file").Item("FileName")
// Let op: in het formulier staat name="imp_file" maar
// BuildUploadRequest nummert de bestanden dus 1-tje erbij
contentType = UploadRequest.Item("imp_file1").Item("ContentType")
fileData = UploadRequest.Item("imp_file1").Item("Value")
filepathname = UploadRequest.Item("imp_file1").Item("FileName")
If fileData = "" Then
VB_getfile = L("lcl_imp_fileempty")