hi have daily recorded files to upload on soundcloud with cron on my directory record like Mike_27_05_2017_12_04_30.mp3
Tom_27_05_2017_10_00_00.mp3
how can i add the filename with wildcard automatically
the wildcard code not work asset_data: __dirname + '/record/Tom_*.mp3'
the code work asset_data: __dirname + '/record/Tom_27_05_2017_10_00_00.mp3'};
via Ambassador
No comments:
Post a Comment