472,989 Members | 3,105 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,989 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 4446
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: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
4
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

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.