durangod
09-16-2011, 12:01 AM
Ok i got my uploader done, works great except for one thing and its a mind bogler.
i ripped creed my own prison to mp3
all of the songs upload fine except for the first one Torn.
so i checked the size, thats ok
i checked the type thats ok
what is strange is that i used mode=amend on the url to trigger the upload code. When i use print_r or echo any var at all like this
if ($mode=='amend')
{
either print r or echo title or something here
all of the files trigger that, but this first file on the cd Torn does not even trigger it.
could it be some kind of a security feature to keep that file from ever being uploaded to the net? I have never heard of anything like that before.
and the print_t gives an array for all the other files on the cd but this one Torn the array is empty.
Any ideas because im sooo brain boggled on this one.
i ripped creed my own prison to mp3
all of the songs upload fine except for the first one Torn.
so i checked the size, thats ok
i checked the type thats ok
what is strange is that i used mode=amend on the url to trigger the upload code. When i use print_r or echo any var at all like this
if ($mode=='amend')
{
either print r or echo title or something here
all of the files trigger that, but this first file on the cd Torn does not even trigger it.
could it be some kind of a security feature to keep that file from ever being uploaded to the net? I have never heard of anything like that before.
and the print_t gives an array for all the other files on the cd but this one Torn the array is empty.
Any ideas because im sooo brain boggled on this one.