kpa
Posts: 31
|
| Posted: 06/13/2011, 8:19 PM |
|
Appreciate some advice on a file upload issue I'm having.
(The site's being done in CFML but its not a language related issue).
I have a file upload component on a form and for all intents that works fine. I want to do some further image processing after the file uploads so I placed some code in the "After Process File" event.
My script wasn't getting executed so I placed a more simple script in there which has shown that the code inside the "After Process File" event is not getting executed after a file upload.
I'd be most grateful for any clues please. TIA!!!! 
_________________
++++++
kpa
++++++ |
 |
 |
jjrjr2
Posts: 131
|
| Posted: 06/13/2011, 9:49 PM |
|
Hi
I have intermittently had this issue with PHP code.
Have you modified any standard CCS code in the main file????
I am not familiar with CFML but I assume there are bind events calls. You need to see if CS created all the call correcty to fire the events...
You might have to start the page from scratch again...
As a test.. Create a test page with just a fileupload component on it and see if the after proccess file event gets fired...
_________________
John Real - More CodeCharge Studio Support at - http://CCSElite.com
Real Web Development At: http://RealWebDevelopment.us |
 |
 |
|