You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having troubles trying to figure out how you pass "otherInfo" to the server side. I would like to identify the otherInfo with a specific pathName which will modify the workingFolder that you have in your example.
the working folder becomes @"\Uploads"+firstName+lastName;
From the Add method I don't see how you can do that. I looked at the file properties after passing the "otherInfo" object but none of the data seemed to be identified in the file object.
The text was updated successfully, but these errors were encountered:
I am having troubles trying to figure out how you pass "otherInfo" to the server side. I would like to identify the otherInfo with a specific pathName which will modify the workingFolder that you have in your example.
For example
data{ file: files[0], otherInfo: {firstName: "hi", lastName"bye'}}
the working folder becomes @"\Uploads"+firstName+lastName;
From the Add method I don't see how you can do that. I looked at the file properties after passing the "otherInfo" object but none of the data seemed to be identified in the file object.
The text was updated successfully, but these errors were encountered: