Integrating NicEdit image upload script with CI |
[eluser]pistolPete[/eluser]
Quote: Is anything that sits outside of CI inside the CI framework? (IE: is all the POST stuff etc still cleaned up?)No, since you call the external script aside from CI, CI is not invoked and therefore there is no cleaning. I just had a quick look at this script, it's pretty simple to write a CI controller using the File Uploading Class which does the same job (and is secure). All you have to do is figure out what the php script responds to the .js script and imitate that. |
Messages In This Thread |
Integrating NicEdit image upload script with CI - by El Forum - 02-17-2009, 01:20 PM
Integrating NicEdit image upload script with CI - by El Forum - 02-17-2009, 01:39 PM
Integrating NicEdit image upload script with CI - by El Forum - 02-17-2009, 01:41 PM
Integrating NicEdit image upload script with CI - by El Forum - 02-17-2009, 01:44 PM
Integrating NicEdit image upload script with CI - by El Forum - 02-17-2009, 01:56 PM
Integrating NicEdit image upload script with CI - by El Forum - 02-18-2009, 03:03 AM
|