Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I made Joomla admin component according to Joomla guide - http://docs.joomla.org/Developing_a_Model-View-Controller_Component/2.5/Developing_a_Basic_Component

In administrator\components\com_invoicemanager\models\forms i have defined <field name="invoice" type="file"/>

Now I need to capture uploaded file and save it on the disk.

How to do it ?

share|improve this question
May this answer/question be helpful-stackoverflow.com/questions/12882459/… – Irfan Oct 15 '12 at 6:21

1 Answer

Now how can i save it?

This is a bit vague. You will need to provide more detail and possibly something you have already tried.

You might also be interested in an SWFUpload Component

It has been made very simple, to allow easy integration into other components.

share|improve this answer
Thanks, How can i integrate it inside my component ? – ChamingaD Oct 10 '12 at 13:09
Copy over the model, controller and view to your component. There are also some parameters for the component so you will need to copy the config.xml too, else replace specific things such as the max file size with a default value. – Lodder Oct 10 '12 at 13:12
Thanks. I will try. :) – ChamingaD Oct 10 '12 at 17:59

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.