I Have a solution that has two projects. Project2 displays a webform to the user having an asp:FileUpload control. The ask is to load this file from project2 to Project1 folder(i.e. /Project1/img)
Any solution will be much appreciated
I Have a solution that has two projects. Project2 displays a webform to the user having an asp:FileUpload control. The ask is to load this file from project2 to Project1 folder(i.e. /Project1/img)
Any solution will be much appreciated
Copyright © 2021 Jogjafile Inc.
It's pretty hard to help you since you're not telling us what you have tried. By the way, can't you just call a method of Project1 from Project2? Here's an example, of course it's just a quick explanation of what I mean: