I'd say this depends on the scenario:

If you created the file your best place is probably the vendors
folder.
If a user uploads it, I keep it in app/uploads/meaningful_folder_name.
If is is uploaded, parsed and then not needed then I'll keep it in tmp
and then delete it when I am done.
If it should be accessible I'd probably use app/webroot/xml

Also, if it is a "static" (uploaded) xml I'd definitely cache the
parsed results.




On Mar 15, 8:07 pm, blckspder <blcksp...@gmail.com> wrote:
> Hello,
>
> I have an xml file I want to parse. where should I keep the file? Is
> there a specific location or can it be placed anywhere? Please let me
> know and thank you.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to