This is the output I need:
{
"album": "Text_Input",
"artwork": "DefaultURL/http://www.ggcc.tv/ArmyoftheLord/Army%20of%20the%20Lord.png/OR Overwrite with Uploaded Image",
"church": "City Name And State Wich can be selected from Dropdown Menu",
"cityartwork": "Default URL Will Be Set/ This input is hidden",
"des": "Text_Input_For_Description",
"release_date": "February 24th 2013 ",
"tracks": [
{
"name": "Text_Input",
"url": "File Upload of .MP3 which should be saved on server and its new url should be inputed here by the script"
},
{
"name": "Text_Input",
"url": "File Upload of .MP3 which should be saved on server and its new url should be inputed here by the script"
},
{
"name": "Text_Input",
"url": "File Upload of .MP3 which should be saved on server and its new url should be inputed here by the script"
},
{
"name": "Text_Input",
"url": "File Upload of .MP3 which should be saved on server and its new url should be inputed here by the script"
},
{
"name": "Text_Input",
"url": "File Upload of .MP3 which should be saved on server and its new url should be inputed here by the script"
},
{
"name": "Text_Input",
"url": "File Upload of .MP3 which should be saved on server and its new url should be inputed here by the script"
}
]
}
I need a form that will collect all this information, save it to a database and output the collected entries in a single JSON file on the server, so that I can use that .json file in the app I'm working on.