hi
How we can upload a audio video file in asp.net using sql server 2000?
hi
How we can upload a audio video file in asp.net using sql server 2000?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mahesh ChandPosted Mar 28, 2009, 1:20 PM
Check these articles. File upload should work for any file type. You need to make sure your folder where you are uploading files has write permissions.
ASP.NET 2.0 FileUpLoad control is used to browse and upload a file from a web page. This tutorial shows how to use ASP.NET 2.0 FileUpload control.
In ASP.NET 2.0, the FileUpload control enables users to upload file from your web pages. Here I going to show how can you upload multiple file on a single button click in ASP.NET 2.0
The FileUpLoad control enables you to upload file to the server. It displays a text box control and a browse button that allow users to select a file to upload to the server.
In ASP.NET 2.0, the FileUpload control enables users to upload file from your web pages. Here I going to show how can you upload multiple file on a single button click in ASP.NET 2.0. Here in this article I add the one more functionality that is user has the right to upload any number of images by clicking on Add button.