¿Alguien sabe cómo subirlo y dónde conseguir el nombre? ¿neto?
En segundo plano
If (this.UpFilePic.PostedFile.FileName!= "")
{
// Primero obtenga la ruta de carga total.
cadena imagePath = esto. upfile pic . archivo publicado . nombre de archivo
//Obtener el tipo de imagen
cadena imageType = Ruta. ObtenerExtensión(rutadeimagen). ToUpper();
//Obtener el nombre de la imagen
String imageName = imagePath. Subcadena (ruta de la imagen. LastIndexOf(" \ \ " 1);
string floderName = System. DateTime . now . tostring(" aaaaMM "); // Carpeta de almacenamiento por mes
imageName = System. DateTime ahora. tostring(" yyyymmdd hhmmss ") utilidad web CreateRandomCode(6) imageType; == ".JPG" || tipo de imagen == ".BMP" || tipo de imagen == ".JPEG" || tipo de imagen == ".GIF")
{
/ /Guardar la imagen original
string ImgPath = Server.("/ProductPicFile/" floder name " \ \ " imageName);
Esto como(img path);
}