Forums

File upload: flash recorded file already on server

alterna 17 Mar, 2010
Well I would need to have a very special case:

my users will record an audio file with a wowza media player and flash interface, this file will then be on a temp folder on a server, and I need to use this file in the form already completed with name and email to post the full package to the server and two emails after.

I am asking for ideas in order to get the recorded file in the form if someone already tried this ?!
GreyHead 17 Mar, 2010
Hi alterna,

If the file is in a temp folder on the site server then you can use the Joomla JFolder & JFile functions to find it and build a link (or move it).

Bob
alterna 17 Mar, 2010
Thanks Bob,

I will try to get more infos about these functions and how to use. (do you have any links to suggest)

Where can I put the code ? in the form ? or something with jumi ?
GreyHead 17 Mar, 2010
Hi alterna,

The docs.joomla.org site is the first place to look.

if you want to link the files from the form then put the code in the Form HTML; if you want to link after submission then use the OnSubmit boxes - you dont' need Jumi.

Bob
This topic is locked and no more replies can be posted.