Hello there,
As this is my first post here, I'd just like to say that although I've not worked much with ChronoForms, I found it a great tool with limitless possibilities. Kudos on everything you've done.
As for my problem... I've done everything there is in the video tutorial to create a file upload (picture). It was meant for avatar upload on the site as a part of registration process, but it doesn't work. Then I created a form with only the file upload option to check it out. Still no use.
So the problem is as follows: It does upload the file, but the file isn't working. The picture is in the folder where I want to put it, with correct file name, but is unusable.
Debugger:
Also, I thought at first it didn't upload the image at all.. So I tried with a bigger image, but then it REALLY didn't upload it at all:
Debugger:
Seems to me like it can't wait for the whole thing to get uploaded...
I tried with a txt file upload with some numbers content and the result was that the numbers became NULL values after the upload...????
Any help?
Thanx,
Zla
As this is my first post here, I'd just like to say that although I've not worked much with ChronoForms, I found it a great tool with limitless possibilities. Kudos on everything you've done.
As for my problem... I've done everything there is in the video tutorial to create a file upload (picture). It was meant for avatar upload on the site as a part of registration process, but it doesn't work. Then I created a form with only the file upload option to check it out. Still no use.
So the problem is as follows: It does upload the file, but the file isn't working. The picture is in the folder where I want to put it, with correct file name, but is unusable.
Debugger:
Array
(
[option] => com_chronoforms
[tmpl] => component
[chronoform] => Avatar
[event] => submit
[Itemid] =>
[avatar] => 20120517161431_wallpaper-hd-fantasy-creating-green-fire-elf-2737.jpg
[input_submit_1] => Submit
[03793a7805550e446a56625dd5dadd45] => 1
[_PLUGINS_] => Array
(
[upload_files] => Array
(
[avatar] => Array
(
[name] => 20120517161431_wallpaper-hd-fantasy-creating-green-fire-elf-2737.jpg
[path] => /var/www/*******/images/avatar/20120517161431_wallpaper-hd-fantasy-creating-green-fire-elf-2737.jpg
[size] => 114951
[link] => http://****/images/avatar/20120517161431_wallpaper-hd-fantasy-creating-green-fire-elf-2737.jpg
)
)
)
)
Validation Errors:
Array
(
)
Debug Data
Upload routine started for file upload by : avatar
/var/www/vhosts/******/images/avatar/20120517161431_wallpaper-hd-fantasy-creating-green-fire-elf-2737.jpg has been uploaded OK.
Also, I thought at first it didn't upload the image at all.. So I tried with a bigger image, but then it REALLY didn't upload it at all:
Debugger:
Data Array:
Array
(
[option] => com_chronoforms
[tmpl] => component
[chronoform] => Avatar
[event] => submit
[Itemid] =>
[_PLUGINS_] => Array
(
[upload_files] => Array
(
)
)
)
Validation Errors:
Array
(
)
Seems to me like it can't wait for the whole thing to get uploaded...
I tried with a txt file upload with some numbers content and the result was that the numbers became NULL values after the upload...????
Any help?
Thanx,
Zla