file upload in existing site with jquery and codeigniter
Posted
by Sam
on Stack Overflow
See other posts from Stack Overflow
or by Sam
Published on 2010-05-25T03:11:34Z
Indexed on
2010/05/25
3:21 UTC
Read the original article
Hit count: 323
I am a new bee to ajax world. I am working on a site which uses jquery and codeigniter which processes big files like 2GB. It basically parses file and stores some extracted data from it, it uses ajax to show how far the files have been processed etc.
Now I want to change the way we process files. I want to first store the file on server side and then start the processing. I evaluated upload class of codeigniter but looks like I cannot use it for this purpose as this class works with field_name and I could not find a way to make an ajax call to the upload class.
My questions is : What would be suitable for my problem?
Thanks in advance,
Sam
© Stack Overflow or respective owner