ehsmohammadi / BTE.RMS

Relaxation management system
1 stars 0 forks source link

Upload file for meeting #25

Closed ehsmohammadi closed 8 years ago

ehsmohammadi commented 8 years ago

In Create / Edit /Add File command Required (Issue #26 ) Help link : http://www.encodedna.com/webapi/webapi-controller-for-file-upload-procedure.htm its not good enough

http://www.asp.net/web-api/overview/advanced/sending-html-form-data-part-2

ehsmohammadi commented 8 years ago

Completed file upload : http://www.codeproject.com/script/Articles/ArticleVersion.aspx?aid=460142&av=669590#browser

http://stackoverflow.com/questions/27965568/webapi-file-uploading-without-writing-files-to-disk

ehsmohammadi commented 8 years ago

Better one : https://chsakell.com/2015/06/07/web-api-file-uploading-desktop-and-web-client/

ehsmohammadi commented 8 years ago

https://chsakell.com/2015/06/07/web-api-file-uploading-desktop-and-web-client/ http://www.asp.net/web-api/overview/advanced/sending-html-form-data-part-2 http://www.mikesdotnetting.com/article/259/asp-net-mvc-5-with-ef-6-working-with-files Result

ehsmohammadi commented 8 years ago

File upload controller is created and working like charm .... next .. assign it to meeting and save file to database and check the scenario

ehsmohammadi commented 8 years ago

http://www.codeguru.com/csharp/.net/returning-images-from-asp.net-web-api.htm http://jamessdixon.wordpress.com/2013/10/01/handling-images-in-webapi/

mahdinai commented 8 years ago

Base64 for encode files

ehsmohammadi commented 8 years ago

upload file with convert file to Base64 string completed