[PHP] Re: strange upload/db-insert problem with ie5.5

2001-08-22 Thread Serge Adamowsky
hey, thanks for the reply, richard yes, most is done in one script, the very last step was because i had to reuse the code and didn't want to forcefully merge it into my script. btw, i solved my inital problem, i had to revisit the designer's html-code, duh ;) next time i will be more attentiv

[PHP] Re: strange upload/db-insert problem with ie5.5

2001-08-21 Thread Richard Lynch
> 1)select the document, then upload through form with method post -> target > same document > 2)do the checking stuff with the document, if ok call the same script again > for displaying the property-page -> form-target same document Don't do that. Just do everything in one script. > 3) if ev