Cipher
10-14-2005, 12:06 AM
How to delete an element from array in any position, then add other item later in same position?! :confused:
|
||||
Array QuestionCipher 10-14-2005, 12:06 AM How to delete an element from array in any position, then add other item later in same position?! :confused: nikkiH 10-14-2005, 04:28 PM Sounds like a job for ArrayList instead... Cipher 10-14-2005, 05:43 PM Hey i did it with arraylist and its working great, i ve another problem, i'm enabling the user to attach multible files at same time, so in the main page when the user click the manage attachment it opens a new window 2 him, and in the window he can upload, how can i show the uploaded files in the main window, i tried by javascript but it didnt work. its like the one in codingforums nikkiH 10-14-2005, 06:44 PM You do a file upload, then re-write back out the contents (server-side). Use an iframe or you'll need another postback to refresh the window. |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum