ASDL#37188 Logboek NS: Mogelijkheid om meerdere foto's tegelijk opsturen
svn path=/Website/trunk/; revision=30617
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user