Skip to content
Advertisement

Tag: ajaxform

Merge multiple serializeobject to one?

is it possible to merge multiple serializeobject to one serializeobject? I will be using it in a post. The serializeobjects are created via for loop. var data = []; for (var i = 0; i < riid_count; ...

move_uploaded_file() Unable to move file from tmp to dir

I’ve been searching for the solution but I can’t find the answer. I created a image upload form. It runs with ajaxform plugin. But still it doesn’t upload to the directory. The error_log says move_uploaded_file() Unable to move file from [tmp] to [dir]. Then on the front end it says Upload Complete. But when the file is called, it doesn’t

Advertisement