here is my newbie problem, hope somebody will help me ;D
I have installes Catalyst, when a new user register I want to achieve the following tasks;
1. Display the 'My details' page - not a problem -
2. On the same page insert an uploader button to let the user upload a .csv text file
3. Once uploaded, the file will populate a MySQL database and generate a Flash graph
The last task will be accomplished with the help of
http://www.amcharts.com
, my problem is to find a way to automatically insert the uploader button when a user account is created and load the amcharts software needed to generate the charts. The ideal solution would be a system-wide installation of amcharts that every user can use to generate the chart..
Hope my requests are clear, thanks in advance for any hints !