Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ASPNET permissions
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00844973
Message ID:
00844998
Vues:
18
Let me tell you what I'm doing now:

I have a HtmlInputFile object called MyFile

There is a button on the form that when clicked, will upload the file.

I perform the upload with something like

string path = "c:\docs\";
string filename = MyFile.PostedFile.Filename;
MyFile.PostedFile.SaveAs( path + filename );

What I need is to be able to put into path:
string path = "\\servername\sharname\";

Make sense?

Or, is there a better way to do the whole process.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform