<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for trydobe</title>
	<link>http://dilltree.com/trydobe</link>
	<description>by Jeremy Dill</description>
	<pubDate>Sat, 04 Jul 2009 22:02:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>

	<item>
		<title>Comment on CSS discovery - IE bold font fade issue by Kenny Della Valle</title>
		<link>http://dilltree.com/trydobe/css/css-discovery-ie-bold-font-fade-issue/#comment-1578</link>
		<author>Kenny Della Valle</author>
		<pubDate>Thu, 01 Jan 2009 20:48:41 +0000</pubDate>
		<guid>http://dilltree.com/trydobe/css/css-discovery-ie-bold-font-fade-issue/#comment-1578</guid>
					<description>Genius, and so simple.  Thanks for posting the solution to a frustrating problem!</description>
		<content:encoded><![CDATA[<p>Genius, and so simple.  Thanks for posting the solution to a frustrating problem!</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on XAJAX_UPLOAD: A Multifile PHP Upload with Status bar solution. by Jeremy Dill</title>
		<link>http://dilltree.com/trydobe/xajax_upload/#comment-1481</link>
		<author>Jeremy Dill</author>
		<pubDate>Tue, 17 Jun 2008 04:35:05 +0000</pubDate>
		<guid>http://dilltree.com/trydobe/xajax_upload/#comment-1481</guid>
					<description>Spencer Pan &#038; others. I confess that my code is not very good with compatibility, and in general, it is not very well written overall.  You might notice that I actually made this script years ago, so I am trying to phase it out and replace it with something new at some point.   I am going to close the comments here because I think that I have answered just about every possible question as it pertains to my code specifically.  Just search the page for your errors, and see what I have written.  Make sure you cgi environment works before banging your head against my utility.  We all have mishaps from time to time that we have to hash out.  Sometimes it's a lonely world out there.  Good luck.  

On a brighter note, I am absolutely AMAZED to see how many people are interested in this.  According to my stats, over 3000 people have downloaded the code.  Apparently, their is a big need for a real Xajax plugin that can both support native php upload functions (available as of 5.16) or perhaps the uber solution as well.  TheYOSH is right that cgi is yucky, but at the time I wrote this, there weren't many options.   Look it up, you will find that before php 5.1.6 there is no native way to get file stats during upload.  Perhaps that is why so many people are settling for my pathetic, mediocre solution.  It does work, but it's not a lot of fun to implement. 

Thank you all for contributing.

Jeremy</description>
		<content:encoded><![CDATA[<p>Spencer Pan &#038; others. I confess that my code is not very good with compatibility, and in general, it is not very well written overall.  You might notice that I actually made this script years ago, so I am trying to phase it out and replace it with something new at some point.   I am going to close the comments here because I think that I have answered just about every possible question as it pertains to my code specifically.  Just search the page for your errors, and see what I have written.  Make sure you cgi environment works before banging your head against my utility.  We all have mishaps from time to time that we have to hash out.  Sometimes it&#8217;s a lonely world out there.  Good luck.  </p>
<p>On a brighter note, I am absolutely AMAZED to see how many people are interested in this.  According to my stats, over 3000 people have downloaded the code.  Apparently, their is a big need for a real Xajax plugin that can both support native php upload functions (available as of 5.16) or perhaps the uber solution as well.  TheYOSH is right that cgi is yucky, but at the time I wrote this, there weren&#8217;t many options.   Look it up, you will find that before php 5.1.6 there is no native way to get file stats during upload.  Perhaps that is why so many people are settling for my pathetic, mediocre solution.  It does work, but it&#8217;s not a lot of fun to implement. </p>
<p>Thank you all for contributing.</p>
<p>Jeremy</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on XAJAX_UPLOAD: A Multifile PHP Upload with Status bar solution. by TheYOSH</title>
		<link>http://dilltree.com/trydobe/xajax_upload/#comment-1471</link>
		<author>TheYOSH</author>
		<pubDate>Tue, 03 Jun 2008 07:50:57 +0000</pubDate>
		<guid>http://dilltree.com/trydobe/xajax_upload/#comment-1471</guid>
					<description>Hi,

why are you using a CGI?!?!? Xajax is a PHP framework. And why the hell use a cgi script for uploading. PHP can do the same..... 
To bad. I liked the idea of a Xajax fileupload plugin. But now.... sorry mate.. no go for me. Can't use cgi.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>why are you using a CGI?!?!? Xajax is a PHP framework. And why the hell use a cgi script for uploading. PHP can do the same&#8230;..<br />
To bad. I liked the idea of a Xajax fileupload plugin. But now&#8230;. sorry mate.. no go for me. Can&#8217;t use cgi.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on XAJAX_UPLOAD: A Multifile PHP Upload with Status bar solution. by Jarrod Oberto</title>
		<link>http://dilltree.com/trydobe/xajax_upload/#comment-1468</link>
		<author>Jarrod Oberto</author>
		<pubDate>Sat, 31 May 2008 01:17:51 +0000</pubDate>
		<guid>http://dilltree.com/trydobe/xajax_upload/#comment-1468</guid>
					<description>Hi Jeremy,

I have run into a little problem with you uploader. I have got it working successfully on my local server but when I move it to an external server I get the following error in the CGI iframe:

"Method Not Allowed" in bold
under that says "The requested method POST is not allowed for the URL /1/upload.cgi."

Now I have no idea what this means. It is likely a server issue but after posting with my host they tell my the CGI file can be anywhere. The hosting is Linux/Apache. If you could give me a hint as to where to look or what this mean I would much appreciate it.

Regards

Jarrod</description>
		<content:encoded><![CDATA[<p>Hi Jeremy,</p>
<p>I have run into a little problem with you uploader. I have got it working successfully on my local server but when I move it to an external server I get the following error in the CGI iframe:</p>
<p>&#8220;Method Not Allowed&#8221; in bold<br />
under that says &#8220;The requested method POST is not allowed for the URL /1/upload.cgi.&#8221;</p>
<p>Now I have no idea what this means. It is likely a server issue but after posting with my host they tell my the CGI file can be anywhere. The hosting is Linux/Apache. If you could give me a hint as to where to look or what this mean I would much appreciate it.</p>
<p>Regards</p>
<p>Jarrod</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on XAJAX_UPLOAD: A Multifile PHP Upload with Status bar solution. by Jarrod Oberto</title>
		<link>http://dilltree.com/trydobe/xajax_upload/#comment-1462</link>
		<author>Jarrod Oberto</author>
		<pubDate>Wed, 28 May 2008 07:59:22 +0000</pubDate>
		<guid>http://dilltree.com/trydobe/xajax_upload/#comment-1462</guid>
					<description>Hi Jeremy,

Don't know if you can help me, but I got your progress bar to work locally (works great, thanks) but when I uploaded it to another server (paid hosting) I now get an Apache error "Method Not Allowed" (in bold) with "The requested method POST is not allowed for the URL /1/upload.cgi." below it. 

I guess this is a server issue, but do you know if this is easy to rectify. I do not have access to the server config (obviously)

Thanks

Jarrod</description>
		<content:encoded><![CDATA[<p>Hi Jeremy,</p>
<p>Don&#8217;t know if you can help me, but I got your progress bar to work locally (works great, thanks) but when I uploaded it to another server (paid hosting) I now get an Apache error &#8220;Method Not Allowed&#8221; (in bold) with &#8220;The requested method POST is not allowed for the URL /1/upload.cgi.&#8221; below it. </p>
<p>I guess this is a server issue, but do you know if this is easy to rectify. I do not have access to the server config (obviously)</p>
<p>Thanks</p>
<p>Jarrod</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on XAJAX_UPLOAD: A Multifile PHP Upload with Status bar solution. by Spencer Pan</title>
		<link>http://dilltree.com/trydobe/xajax_upload/#comment-1457</link>
		<author>Spencer Pan</author>
		<pubDate>Wed, 21 May 2008 03:35:48 +0000</pubDate>
		<guid>http://dilltree.com/trydobe/xajax_upload/#comment-1457</guid>
					<description>My english is not good. I embed the script in my site, then test it with firefox3.0b5 in ubuntu8.04. It runs fine I can upload files but my WYSIWYG editor in same page doesn't work any more. Seems the editor can't get focus. And I try same page under windowsXP with IE6. The editor works but the uploader alway popup a new window. The file uploaded but the fileAction() function seems never run. 

But when I test the sample page,it's no problem with both platform.

I'm not good at ajax. I think maybe there is conflict between the script and my editor since they all have iframe?</description>
		<content:encoded><![CDATA[<p>My english is not good. I embed the script in my site, then test it with firefox3.0b5 in ubuntu8.04. It runs fine I can upload files but my WYSIWYG editor in same page doesn&#8217;t work any more. Seems the editor can&#8217;t get focus. And I try same page under windowsXP with IE6. The editor works but the uploader alway popup a new window. The file uploaded but the fileAction() function seems never run. </p>
<p>But when I test the sample page,it&#8217;s no problem with both platform.</p>
<p>I&#8217;m not good at ajax. I think maybe there is conflict between the script and my editor since they all have iframe?</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on XAJAX_UPLOAD: A Multifile PHP Upload with Status bar solution. by Jeremy Dill</title>
		<link>http://dilltree.com/trydobe/xajax_upload/#comment-1454</link>
		<author>Jeremy Dill</author>
		<pubDate>Fri, 16 May 2008 13:13:44 +0000</pubDate>
		<guid>http://dilltree.com/trydobe/xajax_upload/#comment-1454</guid>
					<description>Hi Alexander, please provide more information about your platform...what are you running this on?

thanks,

Jeremy</description>
		<content:encoded><![CDATA[<p>Hi Alexander, please provide more information about your platform&#8230;what are you running this on?</p>
<p>thanks,</p>
<p>Jeremy</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on XAJAX_UPLOAD: A Multifile PHP Upload with Status bar solution. by Jeremy Dill</title>
		<link>http://dilltree.com/trydobe/xajax_upload/#comment-1453</link>
		<author>Jeremy Dill</author>
		<pubDate>Fri, 16 May 2008 13:12:46 +0000</pubDate>
		<guid>http://dilltree.com/trydobe/xajax_upload/#comment-1453</guid>
					<description>Hi Klaus, It seems that a lot of people have tried and failed to get this script working in a windows environment.  I will post a warning about that in the article itself.  I am sorry for the time wasted.  If you solve it, please let us know.

- Jeremy</description>
		<content:encoded><![CDATA[<p>Hi Klaus, It seems that a lot of people have tried and failed to get this script working in a windows environment.  I will post a warning about that in the article itself.  I am sorry for the time wasted.  If you solve it, please let us know.</p>
<p>- Jeremy</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on XAJAX_UPLOAD: A Multifile PHP Upload with Status bar solution. by Alexander Franksmann</title>
		<link>http://dilltree.com/trydobe/xajax_upload/#comment-1448</link>
		<author>Alexander Franksmann</author>
		<pubDate>Mon, 05 May 2008 13:44:26 +0000</pubDate>
		<guid>http://dilltree.com/trydobe/xajax_upload/#comment-1448</guid>
					<description>Hello Hello, 

i am trying to use the upload script for serveral hours but I have no success till now. 

After I am able to use cgi scripts the following error occurs: 

"Encountered error: Session was not defined."

It seems that the CGI installation of my webserver can not access the Server Vars. 

If have no idea anymore what to do. 

It would be nice if anyone has a advice for me. 

Thanks. 

Alexander</description>
		<content:encoded><![CDATA[<p>Hello Hello, </p>
<p>i am trying to use the upload script for serveral hours but I have no success till now. </p>
<p>After I am able to use cgi scripts the following error occurs: </p>
<p>&#8220;Encountered error: Session was not defined.&#8221;</p>
<p>It seems that the CGI installation of my webserver can not access the Server Vars. </p>
<p>If have no idea anymore what to do. </p>
<p>It would be nice if anyone has a advice for me. </p>
<p>Thanks. </p>
<p>Alexander</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on XAJAX_UPLOAD: A Multifile PHP Upload with Status bar solution. by Klaus</title>
		<link>http://dilltree.com/trydobe/xajax_upload/#comment-1447</link>
		<author>Klaus</author>
		<pubDate>Mon, 05 May 2008 10:35:39 +0000</pubDate>
		<guid>http://dilltree.com/trydobe/xajax_upload/#comment-1447</guid>
					<description>Hi Jeremy,

thanks a lot for this nice piece of software.

I'm using a windows 2000 system with the lateste apache, php, perl, xajax ... I'm using your sample page to upload files. Everything works fine until the file(s) have been uploaded to the upload directory. However, there is no progress on the progress bar, no download completed and not fileAction executed. Is there anything I'm missing? 

It seems that none of the functions in the upload_xajax_inc.php are executed (getSID and uploadHandler).
In your sample page this file has been include with require('./upload_xajax_inc.php'); It resides in the same directory as the sample page. 

I would appreciate every hint.

Have a nice day,
Klaus

P.S.
Many of the comments found on this page where of great help. Thanks to everyone who contributed</description>
		<content:encoded><![CDATA[<p>Hi Jeremy,</p>
<p>thanks a lot for this nice piece of software.</p>
<p>I&#8217;m using a windows 2000 system with the lateste apache, php, perl, xajax &#8230; I&#8217;m using your sample page to upload files. Everything works fine until the file(s) have been uploaded to the upload directory. However, there is no progress on the progress bar, no download completed and not fileAction executed. Is there anything I&#8217;m missing? </p>
<p>It seems that none of the functions in the upload_xajax_inc.php are executed (getSID and uploadHandler).<br />
In your sample page this file has been include with require(&#8217;./upload_xajax_inc.php&#8217;); It resides in the same directory as the sample page. </p>
<p>I would appreciate every hint.</p>
<p>Have a nice day,<br />
Klaus</p>
<p>P.S.<br />
Many of the comments found on this page where of great help. Thanks to everyone who contributed</p>
]]></content:encoded>
				</item>
</channel>
</rss>
