Jump to content

solution needed


cavendano

Recommended Posts

I have a script that semi-works the problem lies in the posting of variables

if ($_POST[d1] == "lmp3"){
exec("lame --decode $newfile $wav_name");
if ($_POST[d1] == "hmp3"){
exec("lame --decode $newfile $wav_name");


when we get to the end I need for it to state whether it was lmp3 or hmp3.

Link to comment
Share on other sites

maybe I just need to explain myself a little better.

 

This is what happens  a user uploads an mp3 file and is able to trim it and convert it to other formats online.

 

User uploads MP3

  -Trims Selection

Chooses different format to convert to or can keep the same format just trimmed.

-  Creates Mp3, Mp4, Wav

User hits create and page is supposed to post the new file with extension but what is happening is the file is created but the download link is wrong.

 

So if user uploads  mysong.mp3 and wants mysong.wav as the output the song mysong.wav is created on my server but the file that is echoed to download is mysong.mp3.  I already tried getting fileext but it keeps posting the mp3 one as that was the initial upload

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.