[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 attentive of what kind of dreamweaver-poisoned junk
i cut'n'paste into my jewels ;)

thanks,
serge


"Richard Lynch" <[EMAIL PROTECTED]> wrote in message
034b01c12aa4$3dbec480$6401a8c0@Lynchux100">news:034b01c12aa4$3dbec480$6401a8c0@Lynchux100...
> > 1)select the document, then upload  through form with method post ->
.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[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 everything went well, document-properties are inserted in the db in
> two tables, then script
> displays js-redirect to do more stuff with the doc.

Don't do that either.  All in one script.

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]