Welcome Guest, Not a member yet? Register   Sign In
$mp3config['encrypt_name'] = TRUE not encoding?
#31

[eluser]stevenazari[/eluser]
this is a live site so how can I do it without being obtrusive to the members, I don't see this error so when I upload everything goes through fine. - I would need to send an email to myself right?

if I put a list of tmp files into an array, then do the !is_file statement, I can email myself what should be expected with the bandtrackupload variable and compare it to the tmp folder list? but is the file moved before or after the codeigniter upload configuration setup?

Code:
//Should I create tmp_folder array here?
$mp3config['upload_path'] = './media/audio/';
$mp3config['allowed_types'] = 'mp3|MP3';
$mp3config['max_size'] = '0';
$mp3config['encrypt_name'] = TRUE;
$mp3config['remove_spaces'] = TRUE;
$this->upload->initialize($mp3config);

//Or should I do it by here?

$this->upload->do_upload('bandtrackfile');
$bandtrackupload = $this->upload->data();
$date = time();

//Or should I do it by here??
                
// Do S3 audio/mpeg
if (!is_file($bandtrackupload['full_path']))
//and then send myself an email here...?
//I like turtles.
?


Messages In This Thread
$mp3config['encrypt_name'] = TRUE not encoding? - by El Forum - 09-29-2009, 04:40 AM
$mp3config['encrypt_name'] = TRUE not encoding? - by El Forum - 09-29-2009, 08:02 AM
$mp3config['encrypt_name'] = TRUE not encoding? - by El Forum - 09-30-2009, 03:35 AM
$mp3config['encrypt_name'] = TRUE not encoding? - by El Forum - 09-30-2009, 07:15 AM
$mp3config['encrypt_name'] = TRUE not encoding? - by El Forum - 09-30-2009, 08:04 AM
$mp3config['encrypt_name'] = TRUE not encoding? - by El Forum - 09-30-2009, 11:49 PM
$mp3config['encrypt_name'] = TRUE not encoding? - by El Forum - 10-02-2009, 06:19 AM
$mp3config['encrypt_name'] = TRUE not encoding? - by El Forum - 10-02-2009, 07:03 AM
$mp3config['encrypt_name'] = TRUE not encoding? - by El Forum - 10-02-2009, 07:13 AM
$mp3config['encrypt_name'] = TRUE not encoding? - by El Forum - 10-02-2009, 07:53 AM
$mp3config['encrypt_name'] = TRUE not encoding? - by El Forum - 10-02-2009, 08:07 AM
$mp3config['encrypt_name'] = TRUE not encoding? - by El Forum - 10-05-2009, 12:00 AM
$mp3config['encrypt_name'] = TRUE not encoding? - by El Forum - 10-05-2009, 03:02 PM
$mp3config['encrypt_name'] = TRUE not encoding? - by El Forum - 10-05-2009, 03:24 PM
$mp3config['encrypt_name'] = TRUE not encoding? - by El Forum - 10-05-2009, 04:21 PM
$mp3config['encrypt_name'] = TRUE not encoding? - by El Forum - 10-05-2009, 04:28 PM
$mp3config['encrypt_name'] = TRUE not encoding? - by El Forum - 10-06-2009, 07:31 AM
$mp3config['encrypt_name'] = TRUE not encoding? - by El Forum - 10-07-2009, 12:43 AM
$mp3config['encrypt_name'] = TRUE not encoding? - by El Forum - 10-08-2009, 07:04 AM
$mp3config['encrypt_name'] = TRUE not encoding? - by El Forum - 10-08-2009, 07:26 AM
$mp3config['encrypt_name'] = TRUE not encoding? - by El Forum - 10-08-2009, 07:35 AM
$mp3config['encrypt_name'] = TRUE not encoding? - by El Forum - 10-08-2009, 07:45 AM
$mp3config['encrypt_name'] = TRUE not encoding? - by El Forum - 10-09-2009, 12:11 AM
$mp3config['encrypt_name'] = TRUE not encoding? - by El Forum - 10-09-2009, 05:54 AM
$mp3config['encrypt_name'] = TRUE not encoding? - by El Forum - 10-09-2009, 06:12 AM
$mp3config['encrypt_name'] = TRUE not encoding? - by El Forum - 10-09-2009, 06:58 AM
$mp3config['encrypt_name'] = TRUE not encoding? - by El Forum - 10-09-2009, 07:02 AM
$mp3config['encrypt_name'] = TRUE not encoding? - by El Forum - 10-09-2009, 07:20 AM
$mp3config['encrypt_name'] = TRUE not encoding? - by El Forum - 10-09-2009, 08:04 AM
$mp3config['encrypt_name'] = TRUE not encoding? - by El Forum - 10-12-2009, 03:24 AM
$mp3config['encrypt_name'] = TRUE not encoding? - by El Forum - 10-13-2009, 07:28 AM
$mp3config['encrypt_name'] = TRUE not encoding? - by El Forum - 10-13-2009, 08:19 AM
$mp3config['encrypt_name'] = TRUE not encoding? - by El Forum - 10-14-2009, 03:44 AM
$mp3config['encrypt_name'] = TRUE not encoding? - by El Forum - 10-14-2009, 03:50 AM
$mp3config['encrypt_name'] = TRUE not encoding? - by El Forum - 10-14-2009, 03:59 AM
$mp3config['encrypt_name'] = TRUE not encoding? - by El Forum - 10-14-2009, 04:05 AM
$mp3config['encrypt_name'] = TRUE not encoding? - by El Forum - 10-14-2009, 06:55 AM
$mp3config['encrypt_name'] = TRUE not encoding? - by El Forum - 10-14-2009, 07:47 AM
$mp3config['encrypt_name'] = TRUE not encoding? - by El Forum - 10-15-2009, 01:12 AM



Theme © iAndrew 2016 - Forum software by © MyBB