これは私が必要とする出力です:
{
"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"
}
]
}
このすべての情報を収集してデータベースに保存し、収集したエントリをサーバー上の単一の JSON ファイルに出力するフォームが必要です。これにより、作業中のアプリでその .json ファイルを使用できるようになります。