$(). Ready(function() { $('#upload'). Clic..." />

I can't start uploading files using jQuery Uploadify in Cake PHP?

I would assume - since your using jQuery that the code should be as follows: script type="text/javascript"> $(). Ready(function() { $('#upload'). Click(function() { $('#file_upload').uploadifyUpload(); }); }); Upload.

I would assume - since your using jQuery that the code should be as follows: Upload This would be more in line with the way jQuery usually works.

Upload If auto is set to true the files should upload automatically as soon as they are selected so you don't even need an upload link/button. Just put this inside your document ready function. $("#file_upload").

Uploadify({ 'uploader' : '/js/uploadify/uploadify. Swf', 'script' : '/js/uploadify/uploadify. Php', 'cancelImg' : '/js/uploadify/cancel.

Png', 'folder' : '/some_folder', 'fileExt' : '*. Jpg;*. Jpeg;*.

Gif;*. Png', 'auto' : true}).

It's the same thing. Still not working. – Emanuel Sep 8 at 11:54 As I said, I've set auto to true but the files are not uploaded.

– Emanuel Sep 8 at 11:54 I see you've updated your code, it should just work without an upload link. Does /uploads exist in the root directory? Also why are your paths different for the uploader, script and cancel img?

– MattP Sep 8 at 12:01 Because my swf file is in js folder, close button in img folder, and script is a CakePHP action. – Emanuel Sep 8 at 12:25 I would try them all together as they come from the download, there are other files too in the uploadify directory which may be referenced. I have no experience with CakePHP though, but uploadify does work out of the box and is great – MattP Sep 8 at 12:44.

I don't know if uploadify requires a form tag but it seems logical that if the demo here shows a complete form tag that your test script should have one also - uploadify.wdwebdesign.com.br/ This is the 3.0 demo - which might be newer than your version but the code on both demos shows a complete form. Again, your code as shown does not.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions