we are tring to dowlload mp3 site the folowwing code only save a file of 16kb every time
'É necessário passar o nome do arquivo no FORM ou por GET .....
Dim Arquivo
'Arquivo = Request("arquivo")
Arquivo = "cut_aubrey_track_1.mp3"
Response.Write "<script>alert('" & Arquivo & "')</script>"
Path = "../files/mp3/cut_aubrey_track_1.mp3"
It do save the file with correct name but the size is always 16 k as I have changed file also the size remains same, I dont know asp much I am using .net , just need to do this stuff
, probaly the size is to be increased, cause it is also doing the same with the .jpg format
Bookmarks