Search found 15 matches

by drumcritic
Aug 23, 2007 10:54 pm
Forum: XUpload
Topic: submitting without opening a new window
Replies: 6
Views: 4259

weird... i cant find f1.target in xupload.js. I have the free version here is xupload.js: <Script language="JavaScript"> var totalsize=<TMPL_VAR data_total>; function setCookie( sName, sValue ) { if(sName.length<1)return; if (0<sValue.length) { var expDate = new Date(); expDate.setTime( ex...
by drumcritic
Aug 22, 2007 6:34 pm
Forum: XUpload
Topic: submitting without opening a new window
Replies: 6
Views: 4259

where is the code that opens upload.cgi in a hidden iframe? i can't seem to find it in the program.
by drumcritic
Jul 30, 2007 7:51 pm
Forum: XUpload
Topic: submitting without opening a new window
Replies: 6
Views: 4259

really? upload.cgi doesn't open in a different iframe for me.
by drumcritic
Jul 28, 2007 1:03 pm
Forum: XUpload
Topic: submitting without opening a new window
Replies: 6
Views: 4259

submitting without opening a new window

is there a way to load upload.cgi without opening a new window?
I have the free version

thx
by drumcritic
Jun 11, 2007 1:45 pm
Forum: XUpload
Topic: write comment onto a txt file after upload is done
Replies: 21
Views: 15820

thank you sooo much!
by drumcritic
Jun 09, 2007 2:09 pm
Forum: XUpload
Topic: write comment onto a txt file after upload is done
Replies: 21
Views: 15820

thanks a lot! one more thing. When I try to upload 2 files of the same name, the second file name will change from "name" to "name2" which is fine. But the first text file that is created by "name" is overwritten by the text file created by "name2". is there a...
by drumcritic
Jun 06, 2007 2:08 pm
Forum: XUpload
Topic: write comment onto a txt file after upload is done
Replies: 21
Views: 15820

um, when i use the line above, I get this in my text file:

'CGI=HASH(0x932cbdc)->param(comment)','CGI=HASH(0x932cbdc)->param(description)','CGI=HASH(0x932cbdc)->param(email)'
by drumcritic
Jun 05, 2007 1:59 pm
Forum: XUpload
Topic: write comment onto a txt file after upload is done
Replies: 21
Views: 15820

heh, sorry for reopening this thread

um, is it possible for me to enclose all fields in the text with quotation marks?

thanks!
by drumcritic
Apr 24, 2007 9:05 pm
Forum: XUpload
Topic: write comment onto a txt file after upload is done
Replies: 21
Views: 15820

how would you print multiple fields into the text file all split with a comma? ex. "comment,name,emailaddress,etc."
thx a lot!
by drumcritic
Apr 23, 2007 7:11 pm
Forum: XUpload
Topic: write comment onto a txt file after upload is done
Replies: 21
Views: 15820

it's free.
by drumcritic
Apr 21, 2007 10:45 pm
Forum: XUpload
Topic: write comment onto a txt file after upload is done
Replies: 21
Views: 15820

um... it still doesn't work :p
the newline works when I don't put in the 3 lines of code but it doesn't work once i put in the code.
do I just need "newline" or do I also need to do a "detab" as well? cause all of the win32 dos programs don't work :p
by drumcritic
Apr 19, 2007 9:45 pm
Forum: XUpload
Topic: write comment onto a txt file after upload is done
Replies: 21
Views: 15820

when I try to run "newline.exe" the dos window opens for a split second and then closes. what am I doing wrong?
by drumcritic
Apr 15, 2007 12:59 am
Forum: XUpload
Topic: write comment onto a txt file after upload is done
Replies: 21
Views: 15820

um... I added the 3 lines of code to upload.cgi and now when I try to upload, the upload status window says "transfer complete!" without even uploading it and the parent window says "Internal Server Error".
help!
by drumcritic
Apr 07, 2007 9:36 pm
Forum: XUpload
Topic: write comment onto a txt file after upload is done
Replies: 21
Views: 15820

is the variable 'file_descr' an already assigned variable? if so, where was the value assigned? I want to know because I want to write other input fields into the text file as well.
by drumcritic
Apr 06, 2007 3:17 am
Forum: XUpload
Topic: write comment onto a txt file after upload is done
Replies: 21
Views: 15820

write comment onto a txt file after upload is done

is it possible to write the comment that the user inputed in the submit form onto a txt file after the upload transfer is complete?