Multiple Access
-
Hi.. I don't know if you've ever used Gmail Upload type but I just wanna use that type upload. Ok let me tell you what i want :) There must be a button and when users want to add more than one file at the same time then they can just click on that button to add a new fileupload control without no page refresh and when clicking on Upload button all browsed and selected file is gonne go :) how can I do that ? how kind javascript code i have to use and the other processes. Thanks in advance...
I am not a perfect programmer,but i have perfect's programmers' habits.
-
Hi.. I don't know if you've ever used Gmail Upload type but I just wanna use that type upload. Ok let me tell you what i want :) There must be a button and when users want to add more than one file at the same time then they can just click on that button to add a new fileupload control without no page refresh and when clicking on Upload button all browsed and selected file is gonne go :) how can I do that ? how kind javascript code i have to use and the other processes. Thanks in advance...
I am not a perfect programmer,but i have perfect's programmers' habits.
There are numerous commercial controls that do this, or you can use javascript to write your own.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
There are numerous commercial controls that do this, or you can use javascript to write your own.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
Actually yeah I knew I should write my own codes but the problem is how i can do that ? Do you know any article or source code for that. It'd be so appreciated... thanks.
I am not a perfect programmer,but i have perfect's programmers' habits.
-
Actually yeah I knew I should write my own codes but the problem is how i can do that ? Do you know any article or source code for that. It'd be so appreciated... thanks.
I am not a perfect programmer,but i have perfect's programmers' habits.
The beauty of web programming is that any site that does what you want on the client side, sends you the code. The issue, from memory, is getting the controls on the server side so you can access the file data posted. I think I ended up adding a finite number of controls and show/hiding them with javascript, instead of just dynamically adding them with script.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )