I have two table , and the structure of tables
- album
- album_id
- name
- description
- file
- album_id
- path
the relation is 1-n , the album can contain one or more file.
I want to set relation between album and file but in album side
that is to say whene I creat new album I can upload unlimited file.
I thing the view of creat new album should contain like datagridview to upload multi files in on album.
thanks