Hi Thanks for your solution and sorry for the late response. Actually, I have replied but not sure where it has gone! I have got 2 questions followed by a request regarding your approach:
Thanks
Hi Ibrahim, Thanks again for your advice. Now I have got another question: I am using [https://github.com/danialfarid/ng-file-upload]) to upload files via Angular. I am using the code below to send userId as a form data multipart along with the uploaded file to create a folder as per its value and then save the uploaded file:
file.upload = Upload.upload({
url: '/api/File/Upload',
data: {userId: appSession.user.id, file: file}
});
For the whole past day I have been struggling to fetch the form-data and get the posted userId so I could create a folder prior saving the file. Do you have any advice on:
I really appreciate your advice and thanks in advance... ;)
Awesome! You are the man Ibrahim ;)
Hi there, Is there a time estimation on when OAuth is going to be included into the ABP framework? If it is going to be near future I do not want to bother myself to redo it...
Thanks,