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 am trying to upload a file and i have used joomla xml form in joomla 2.5 version. This form inserts image name in database. but file is not uploaded. Is there any tutorial for use of standard field type file in joomla form.

share|improve this question
It'd be easier to help if you could provide some code. What's the code you use that you expect to save the file? – Fnatte Apr 26 '12 at 10:47

1 Answer

Yes you should use the media form field type example:

<field name="myimage" type="media" directory="stories" />

You might have used the imagelist form field type example:

<field name="myimage" type="imagelist" default="" label="Select an image" description="" directory="" exclude="" stripext="" />

Which sounds like it is the wrong one.

share|improve this answer

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.