[eluser]Unknown[/eluser]
Can please someone give me a few pointers on how can somebody upload an image with ajax? If it uses jQuery it's better but I think I can replicate it in that library.
Thanks guys!
[eluser]Phil Sturgeon[/eluser]
Make sure that mod_security is off. Use this in your htaccess:
Quote:SecFilterEngine Off
SecFilterScanPOST Off
Ya'll should take a look at jUpload. Its some smelly beefy Java but after you spend a few days wrestling with it, its good fun!
/hug MrEnirO
[eluser]abmcr[/eluser]
I have made a little bit arrangement. See at
WIKI for the use of jquery uploader with the CI
[eluser]ahmad furqon[/eluser]
would you please, give me more brief explanation in your WIKI?
where should i put jqUploader.swf and .fla
in my case, form aint trigerred after i finish browse file to be uploaded, no "upload" button showed up.
i've tried to change the path in jqUploader to point out those files, but seems still failed.
thank you.
[eluser]Unknown[/eluser]
Hey there,
We have just created a jquery'd image upload and crop script with a php backend, take a look:
http://www.webmotionuk.co.uk/jquery-imag...p-for-php/
We used the one-click upload for jquery and it seems to be working great! Full source code and demo provided.
Regards
WebMotionUK
[eluser]Unknown[/eluser]
You can use my
ajax upload plugin for jquery and prototype, it allows you to upload multiple files and use any element as upload button.
[eluser]sanket[/eluser]
@webmotionuk : do you have same script for CI yet?