This question is locked. New answers and comments are not allowed.
I was wondering if someone could walk me through dynamically changing the filename of an upload so that when its uploaded, its gets a custom file name on the server, like 'MMddYY_name', then have that sent back to the client so that I can add it to a list of the newly uploaded file names and store those in the database. Ive seen two examples posted around here that I tried, however, it will either not upload any of the files or it will only upload 3 of the files when Im trying get get it to do 6. Here is the project my current code is based off of.
http://www.telerik.com/support/kb/silverlight/upload/uploadhandler-uniquefilename.aspx
http://www.telerik.com/support/kb/silverlight/upload/uploadhandler-uniquefilename.aspx