i can add my files to resources.
so anyone can save it
[code]Dim b() As Byte = My.Resources.resourcename 'use the name of the resource instead of resourcename
System.IO.File.WriteAllBytes("C:/users/user1/destkop",b)[/code]
but i still have problems
it only save the directory i choose n it says that yo dont have permission to access the path some times
i want a save dialog to pop up so they can choose the file path
can you give me codes please
and for resourcename pt any file name that uploaded