how to omit file_dst_name_ext

See all posts See thread Reply

Re: how to omit file_dst_name_ext new!
by colin, 14 years ago
You cannot read nor set file_dst_* before calling process(). You can only read file_src_* variables. And there is no need to read $_FILES array.

Please re-read the part of the documentation showing which variables you can set/read before and after calling process()Reply