Base solution for your next web application
Open Closed

Application Service Receive File Input #1192


User avatar
0
andis created

Can application service receive file type input?


1 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    Uploading file is a web layer task. So, app services should not get file input normally. That's why we created ProfileController to change user profile picture. Just use regular MVC or Web API Controllers to upload files.

    You can search forum for this topic since it's asked and answered before.