Hi, i need to upload only file names from directory and directory name. I have table with name “box” in box have “sound” - varchar when need to put file name and “dir” - varchar when need to put dir name.
directory name and file name can have cyrillic or others simbols.
example : dir : in C:\mp3 have : 1.mp3; 2.mp3; 3.mp3 … n.mp3
i want to upload my database like this:
sound dir
1.mp3 C:\mp3
2.mp3 C:\mp3
3.mp3 C:\mp3
…
…
n.mp3 C:\mp3
Some one can help me ?