Search

You searched for the word(s):
< 1 second(s)
  • Re: Duplicate file name bug

    Hi Ken,&nbsp;&nbsp;For the sake of other users facing the same problem, here is my (incomplete) solution:&nbsp;- Get the FilePath property. This contains the full path of the uploaded file in the temporary folder- Get the FileName property. This contains the original filename&nbsp;- Check it a file with the name as the value of the FileName ...
    Posted to ASP Uploader (Forum) by snaack on December 29, 2011
  • Re: Duplicate file name bug

    Alright, thanks for your swift reply Ken. I will script a workaround for this.&nbsp;&nbsp;To further clarify myself, consider this situation:&nbsp;File ''abc.jpg'' gets uploaded from computer A. It is persisted as ''abc.jpg'' and the value of the FileName-property is ''abc''jpg''.File ''abc.jpg'' gets uploaded from computer B. Since a file named ...
    Posted to ASP Uploader (Forum) by snaack on December 29, 2011
  • Duplicate file name bug

    Hi there,&nbsp;I have a question similar to&nbsp;http://cutesoft.net/forums/thread/71622.aspx&nbsp;The following:&nbsp;I need to store the location of an uploaded file in a database. I access the FileName property of the uploaded file as ...
    Posted to ASP Uploader (Forum) by snaack on December 28, 2011