Forums

v4 uploads

raila 10 Mar, 2011
So I can't tell where in v4 I specify the upload path on the server
previously, it was in components/com_chronoforms/uploads/<form-name>
which was not created automatically, but worked once that path was writeable.

I process my form with upload seemingly successfully, but when I look for the filename
through the tree can't find it.

While I'm at it, I am uploading a number of files in one form, I assume with a single post.
If I'm up against post size limits and use numerous upload actions do these actually post
in separate actions? I.e. do they look like separate posts to the server?

Thanks for this wonderful work, v4 is a charm once you get over the learning curve and mootools
issues (in my template). Fantastic stuff!
GreyHead 10 Mar, 2011
Hi raila,

I just dug in the code and it looks as though it is currently fixed as uploads/form_name

From a quick look the action could have the extra field added without too much difficulty.

Bob
GreyHead 10 Mar, 2011
Hi raila,

I have posted a modified action that allows you to specify the upload path here

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