473,395 Members | 1,656 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Multiple upload with multiple iframe

Hello,

I want to implement multiple uploads with multiple iframe posting to
the server at the same time. Do all of you think it is possible to do
this? Does this ways has any drawbacks? Give me some idea, please.

Thanks
Chamnap

Aug 16 '07 #1
5 4467
Chamnap wrote:
I want to implement multiple uploads with multiple iframe posting to
the server at the same time. Do all of you think it is possible to do
this?
I can't speak for all readers, but I think it is possible.
Does this ways has any drawbacks?
Yes.

1. The iframe element (standardized per HTTP 4.01) is still not universally
supported.

2. You would need to use client-side scripting to submit the data. Without
it, either nothing could be submitted, or the user would have to submit
each file manually, in each iframe (provided he is able to, the `iframe'
element does not appear to comply to WCAG 1.0).

3. The user might wonder what data is submitted automatically, as they can
not really see what happens. Given a level of user paranoia, they
might distrust you doing something useful here which in turn could
further push public opinion in a direction against the implementation
of client-side scripting on Web sites. (See popup blockers, disabled
script support.)

4. The total of simultaneous (persistent) HTTP connections at the client is
limited as recommended per RFC2616 (HTTP/1.1). Default for HTTP/1.0 on
IE are 4, 2 (as recommended) for HTTP/1.1.

And the number of simultaneous HTTP connections the server accepts from
one client is usually limited, to maintain server performance.

It is likely that least one upload would have to wait for another to
finish.

You should use a server-side script that can handle the upload of several
files through one persistent HTTP connection, as it can be seen being used,
for example, by several Web e-mail providers for uploading attachments.
PointedEars
--
realism: HTML 4.01 Strict
evangelism: XHTML 1.0 Strict
madness: XHTML 1.1 as application/xhtml+xml
-- Bjoern Hoehrmann
Aug 16 '07 #2
So, Do you think queue upload is better than simultaneous upload?

Aug 17 '07 #3
One more thing. I have one page like this:
Album: <textbox>
Date: <textbox>
Pictures: <file upload>
Pictures: <file upload>
Pictures: <file upload>

Do you think I should one form for all these or one form for the two
above textbox and one form with every file upload?

Thanks
Chamnap

Aug 17 '07 #4
Chamnap wrote:
One more thing. I have one page like this:
Album: <textbox>
Date: <textbox>
Pictures: <file upload>
Pictures: <file upload>
Pictures: <file upload>

Do you think I should one form for all these or one form for the two
above textbox and one form with every file upload?
One form for all submitted information that belongs together.

Please quote the minimum of what you are replying to.
HTH

PointedEars
--
Prototype.js was written by people who don't know javascript for people
who don't know javascript. People who don't know javascript are not
the best source of advice on designing systems that use javascript.
-- Richard Cornford, cljs, <f8*******************@news.demon.co.uk>
Aug 17 '07 #5
I'm sorry. Thanks you.

Aug 17 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Sarah | last post by:
I am using the javascript showModalDialog function to open a file upload window. The function opens a page which contains a usercontrol housing the file upload stuff. The control works fine when...
1
Fary4u
by: Fary4u | last post by:
Hi Guys i'm trying to upload a file, i've tried 3 different methods but still not work out i don't know how to over come this problem hidden file value, multiple form or popup uploading. 1-...
3
by: kksandeep | last post by:
i am using this three files to uplod file. i got this file from net but i think these have some error. i am new to this field plz help the script i found is some helpful but not too that i need ...
1
by: kksandeep | last post by:
i am using this three files to uplod file. i got this file from net but i think these have some error. i am new to this field plz help the script i found is some helpful but not too that i need ...
1
by: thulaseeram | last post by:
I am using iframe to store uploaded images, it is uploading fine in IE but it is not happening in firefox means first time it is uploading image if i try to upload second image it is not calling even...
9
by: torso | last post by:
Hi Does someone know a good tutorial for multiple file upload with xmlHttpRequest. I am trying to do directory upload. So I could choose directorys and upload those to the server. Another...
1
Ciary
by: Ciary | last post by:
hi all, i wasnt really sure where to post this since it's a combination of Javascript and PHP. i'm trying to make a fileuploader without reloading the page. my structure: at the moment, i can...
1
Canabeez
by: Canabeez | last post by:
Hi all, anyone has an idea why IE is not uploading file and FF does? I'm creating a FORM + IFRAME using DOM and trying to upload a file, now Firefox and Chrome do thins perfectly. I have...
2
Frinavale
by: Frinavale | last post by:
I'm attempting to upload a file asynchronously to the server by using an IFrame. I have an Asp.NET FileUpload control on the page (which renders as an <input type="file> HTML element) and a submit...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.