Re: Logic requried

2005-06-01 Thread Massimo Foti
Thanks for reply Jochem, thats exactly what I wanted, but in firefox its not working, and in Java console it says that Security Error: content at http:// .cfm may not load or link to file://C: Is there anyway to resolve this issue, on some other way, some layer

Logic requried

2005-05-31 Thread Asim Manzur
I have a secnerio where user is allowed to upload upto 3 files (images). If he upload 1 file and come back later, he will not allowed to upload again, its one time process. I also need to show the preview to the user that these are the files that he uploaded. He can confirm at this stage or

Re: Logic requried

2005-05-31 Thread Jochem van Dieten
Asim Manzur wrote: I have a secnerio where user is allowed to upload upto 3 files (images). If he upload 1 file and come back later, he will not allowed to upload again, its one time process. I also need to show the preview to the user that these are the files that he uploaded. He can

Re: Logic requried

2005-05-31 Thread Asim Manzur
Any sample code will be really appriciated. On 5/31/05, Asim Manzur [EMAIL PROTECTED] wrote: I have a secnerio where user is allowed to upload upto 3 files (images). If he upload 1 file and come back later, he will not allowed to upload again, its one time process. I also need to show

Re: Logic requried

2005-05-31 Thread Jochem van Dieten
Asim Manzur wrote: Any sample code will be really appriciated. What I have is under NDA. But an outline of the idea is pretty much: form onsubmit=confirm() input type=file name=file1 id=file1 input type=file name=file2 id=file2 input type=file name=file3 id=file3 input type=submit

Re: Logic requried

2005-05-31 Thread Asim Manzur
Hi, Thanks for reply Jochem, thats exactly what I wanted, but in firefox its not working, and in Java console it says that Security Error: content at http:// .cfm may not load or link to file://C: Is there anyway to resolve this issue, on some other way, some layer concept,

Re: Logic requried

2005-05-31 Thread Jochem van Dieten
Asim Manzur wrote: Hi, Thanks for reply Jochem, thats exactly what I wanted, but in firefox its not working, and in Java console it says that Security Error: content at http:// .cfm may not load or link to file://C: Is there anyway to resolve this issue, on some other