Search Results

Showing results 1 to 2 of 2
Search took 0.04 seconds.
Search: Posts Made By: dickersonka ; Forum: ASP.NET and child forums
Forum: ASP.NET Nov 2nd, 2008
Replies: 2
Solved: picture upload
Views: 818
Posted By dickersonka
manipulate the filename before creating the saveFile


string newFile = FileUpload1.FileName;
newFile = "myfilename_" + newFile;
saveFile = Path.Combine(savePath, newFile);
Forum: ASP.NET Aug 21st, 2008
Replies: 4
Views: 3,318
Posted By dickersonka
For this you can use a query string or session, query string might be easiest.

connect.aspx.cs
protected void picUpload_Click(object sender, EventArgs e)
{
int year = 1870;...
Showing results 1 to 2 of 2

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC