xtinction84,
The files are uploaded into the temp folder after when the files name appears in the grid.
In your own applications, you need to use the .Copyto method to save the files to the target location.
For example:
-
void ButtonTellme_Click(object sender, EventArgs e)
-
{
-
ListBoxEvents.Items.Clear();
-
foreach (AttachmentItem item in Attachments1.Items)
-
{
-
InsertMsg(item.FileName + ", " + item.FileSize + " bytes.");
-
-
-
-
-
-
}
-
}
Hope it helps.
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx