I tried many times to upload a file (using ASP.NET) to a database (which is implemented using MySQL)
but I failed and I do not know why. Besides that, I found many opinions or steps to do that in the internet but even with doing that I did not success to implement it. By the way. I do not now what I should put in my database as a partition or column for the uploading file. Some my friends tell me that I need to implement an array in the database so the user can upload many files to the database, but how can I do that?
Please help me because I tried a lot and I need this part to complete my project.
Please tell me the answer or guide me to the solution using C#
In addition, I used the following link but also I did not success
http://www.codeproject.com/KB/aspnet/fileupload.aspx#form
but I failed and I do not know why. Besides that, I found many opinions or steps to do that in the internet but even with doing that I did not success to implement it. By the way. I do not now what I should put in my database as a partition or column for the uploading file. Some my friends tell me that I need to implement an array in the database so the user can upload many files to the database, but how can I do that?
Please help me because I tried a lot and I need this part to complete my project.
Please tell me the answer or guide me to the solution using C#
In addition, I used the following link but also I did not success
http://www.codeproject.com/KB/aspnet/fileupload.aspx#form