uploadify

jquery uploadify and oncomplete

Hi i am using uploadify in my cms.. basically, it opens in a popup window you upload.. that part all works.. however when i try to run a function in the parent window to refresh a panel to show new images it just freezes... onComplete: function(event, queueID, fileObj, response, data) { { window.opener.documen...

jquery uploadify work in ajax call

Hi there. I have a file with the uploadify button that works fine but itself. However, i have a parent file that calls the file with uploadify and displays it in a div. This doesnt work. Is there a way to initialise the uploadifier when the ajax call is made thanks edit Sorry guys OK Sorry.. I have a link called Browse Files.. ...

jqueryFileTree and monitoring clicks on folders. trying to use jqueryFileTree and uploadify together

I am using this jquery plugin: jqueryFileTree availbale at http://abeautifulsite.net/blog/2008/03/jquery-file-tree/ I have managed to integrate it in my page but now I want to monitor whenever a user clicks on a folder, an input should contain the value representing the folder's path. I need this to be done so to pass it to the uploadif...

Using Uploadify with Originally Codeback file Upload.asp.cs for ex.

Hello I'm using ASP.NET C# 2.0. So I'm find Uploadify in Stackoverflow... Then I'must control my uploading folder for some past posted ID's. At the end if a file(s) uploadded i must send them with mail attachment... I can't figure that in every posts they're using ashx file type. But as i said. I'm not Upload My files basicly i must con...

Anyone know about a good multiple file upload script using php/mysql and ajax/javascript?

Hi, as the title says: Anyone know about any good/simple multiple file upload script that uses php/mysql and ajax/javascript? I want it to show a progress-bar, and easy customization. I've tried uploadify and fancyupload, but I would want the option of adding a description and title. (and I've got some bad experience with uploaders usi...

Implementing jquery upload plugin 'uploadify' with codeigniter

How can i implement this in codeigniter?Uploadify(Jquery) I mean what will be the controller? Hows the progress tracked? And what will happen if flashplayer is not installed by the user? And How do i check progess? Have any one tried this with codeigniter? ...

jQuery uploadify I/O error UNIX

Hi, I've a problem with jQuery uploadify script and I didn't found any solution. I've integrated this script on my project and everything is working fine on a Windows server(localhost) but when I try to run it on an UNIX server and I/O error is risen. This only happens when I try to upload a file that already exists on uploading folder...

Uploadify Progress Bar

Can someone please tell me if the progress bar in the Uploadify plug-in will jump from say 0% to 10% to 17% etc. automatically, or does it need special code? I'm working on a project to use the Uploadify flash plug-in to upload images to a site. I'm trying to see if the Progress Bar is working correctly, but can't get anything other tha...

PHP & Apache error - where it is shown ?

I'm running PHP with Apache locally on my PC on Windows. The script uploads files to the server. When the file size is bigger than upload_max_filesize that is defined in php.ini or the max_execution_time is exceeded, the file is not uploaded to the server and I don't see any message error. My question is where I can see what was the erro...

how to return changing upload file name

Hello everyone, I would like to get the uploaded file name that change from the upload script file that is index.jsp. How can i get the changed file name. This code is working before changing file name in index.jsp. Now i change the upload file name as "name+currenttimeinmillisecond". The alert message box "alert("file name "+fileObj.nam...

Jquery uploadify http error #408

Hi every one, ive been struggling with uploadify. on some pages it outputs 408 error message. The oncomplete is never called and checking the modsec_log i get this modsec_debug.log:[09/Jul/2010:01:02:04 --0500] [www.veepiz.com/sid#118091f0][rid#1202cbe8][/pupload.php][1] Exec: Execution failed while reading output: /usr/bin/modsec-clams...

Is that possible to display image thumbnail without uploading it to the server ?

I want let user to upload images to server add some info (like description, tags) about each image.I use Uploadify to upload multiple images. I wonder if it is possible to show thumbnails of the images (while the user enters the additional info about each image) before the images are actually uploaded to the server. I want user to have...

Firefox 3.6 crashes when trying to display a thumbnail

I use Uploadify to upload multiple pictures to server. I want to display pictures thumbnails before the pictures are actually uploaded to the server, based on this. I use Firefox 3.6.6. Here is how I thought to do this: $('#fileInput').uploadify({ ... onSelect: function(event, queueID, fileObj) { var img = document.cre...

Uploadify Source URL

I am using a script called Uploadify to upload multiple images. The script is a combination of Flash and jQuery functions, the Flash being an SWF uploader. The uploader then sends the image to a processing PHP script. In this script, we want to use JSON to return data to the original page. Is there any method that comes to mind that we...

uploadify fails to upload files

I made a small script which basically uses jQuery uplodify to upload files to dynamically generated directories. It works fine on my localhost but does nothing on my remote test server. I inspected the traffic with fiddler and noticed the following warnings are issued: Warning: move_uploaded_file(/data/web/uploaded_videos/majid/file.tx...

IO: Error #2038 jquery uploadify

The code is working on one server but isn't on the other. When trying to upload files of size around 1 MB with jquery uploadify I get this error. IO: Error #2038 Tried changing the following php settings in php.ini: post_max_size 32M upload_max_filesize 32M session.gc_maxlifetime 14400 max_input_time 14400 max_execution_time 14400 me...

How to upload a torrent file programmatically

Hello, We have a client with an upload site we built (using Ruby/RoR) and he wants to add the ability to upload files from a torrent link. Right now you can upload files from a PC or URL.. what is the best way to programmatically upload a file from a torrent link? It seems that we would need to first upload the torrent in a tmp directo...

Inconsistent HTTP Errors from Uploading Images with Uploadify and Ruby on Rails

I'm having great difficulty in finding a bug preventing some uploads to my rails app through Uploadify. Here is the error I'm receiving: http://j.imagehost.org/0353/uploadify-errors.png The thing that's making this difficult is that it's not at all consistent. Sometimes the images will upload perfectly fine. Other times they won't. Th...

Send uploadify submit/post to aspx code behind method instead of handler and close jQuery modal form

We're using Telerik's Sitefinity community edition and we've been having a fun time deploying handlers and webservices with it. As such, I'm wondering if when using Uploadify instead of the script option heading to an ashx could we post it to a server side method that can take care of the uploading? If so, would someone please be very k...

Error using jQuery uploadify with IE

Testing in IE 8 i get this error: Object doesn't support this property or method I'm using the latest release of uploadify. It occurs in a custom javascript file I've included in the head section of my page. Here's the code: $(function () { $('#fileupload').uploadify({ // <--IE points to this line: Object doe...