Welcome Guest, Not a member yet? Register   Sign In
File Uploading Class - Theoretic - Multiple files?
#1

[eluser]The Wizard[/eluser]
Hello FriendsSmile

I am using the uploader java from www.aurigma.com, it resizes the pictures
and then uploads them.

My question is, the java is able to send up to 3 files at the same time,
and for example,
you have selected 10 files, will the function be called for every file of
do they get processed in 1 attempt ?

i would be happy if you can clear my thoughts here Smile
Thanks in advance.
#2

[eluser]The Wizard[/eluser]
hmm, as i see, the file uploading class expects the file to be from "userfile" field and
seems to support only 1 file at a time.

damn Sad
#3

[eluser]The Wizard[/eluser]
nooooo
it seems to support multiple filesSmile

i'll take a look at that and update this thread.
#4

[eluser]The Wizard[/eluser]
ok it works like:

if ( ! $this->upload->do_upload('userfile1'))
{
}

if ( ! $this->upload->do_upload('userfile2'))
{
}

and so on Smile
#5

[eluser]muzahir[/eluser]
Please guide me about how to handle aurigma with codeignitor as i am stuck with aurigma's setAction property because its not getting the url in Codeigniter's fashion. i will be pleased for ur help. waiting for ur reply




Theme © iAndrew 2016 - Forum software by © MyBB