So to workaround multiple file uploads to jServer I'm using XMLHttpRequest to sequentially upload the files before I submit the form.
I dont know if this is a bug but the first image comes through and the part is an image. For the remaining parts the IsFile attribute is set to False - even though they have been uploaded successfully and are on the server.
Log output below.
Is this a bug?
I dont know if this is a bug but the first image comes through and the part is an image. For the remaining parts the IsFile attribute is set to False - even though they have been uploaded successfully and are on the server.
Log output below.
Is this a bug?
B4X:
multipart/form-data; boundary=----WebKitFormBoundaryeES4YOrY1HBx7oRJ
1
-----------------------------------------
Key = e9a31f7d49d34c7194f0af56741591c6
Value = Part{n=e9a31f7d49d34c7194f0af56741591c6,fn=thefly.png,ct=image/png,s=228272,t=true,f=C:\Dropbox\MYAPPS~1\B4J\TheFly\Objects\www\uploads\MultiPart1877381194291074993}
Is a file? true
thefly.png
C:\Dropbox\My Apps\B4J\TheFly\Objects\www\uploads\MultiPart1877381194291074993
multipart/form-data; boundary=----WebKitFormBoundaryBwXtOpvqB7ju4wnF
1
-----------------------------------------
Key = e9a31f7d49d34c7194f0af56741591c6
Value = Part{n=e9a31f7d49d34c7194f0af56741591c6,fn=thefly_480.png,ct=image/png,s=17431,t=true,f=null}
Is a file? false
thefly_480.png
C:\Dropbox\My Apps\B4J\TheFly\Objects\www\uploads\MultiPart3213932765403010606
multipart/form-data; boundary=----WebKitFormBoundaryCK2say2P2m9Kgl0c
1
-----------------------------------------
Key = e9a31f7d49d34c7194f0af56741591c6
Value = Part{n=e9a31f7d49d34c7194f0af56741591c6,fn=thefly_240.png,ct=image/png,s=8213,t=true,f=null}
Is a file? false
thefly_240.png
C:\Dropbox\My Apps\B4J\TheFly\Objects\www\uploads\MultiPart6296547987014848106