Link to home
Start Free TrialLog in
Avatar of Isaac
IsaacFlag for United States of America

asked on

Upload File to server using C#

I'm working with ASP.NET and I have a form that is supposed to upload files, excluding images, to the server.
I'm not sure where to start.

I'm new to C#.  I've done this in PHP and have no clue of how to convert to C#.

Any direction will be appreciated.

Thanks.
ASKER CERTIFIED SOLUTION
Avatar of matthewrhoades
matthewrhoades

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Do you want to post the code, we can probably help you get a hello world for fileuploads going.
Avatar of Isaac

ASKER

post which code the php or what I have so far in ASP.NET (just a form with a browse and upload button)
Avatar of Isaac

ASKER

Thanks matthewrhoades

That's an excellent start!!
Avatar of matthewrhoades
matthewrhoades

Let me know if you get any specific errors or questions using the information.  Once you get the framework in place we can troubleshoot the rest.