Rad Upload control | Add tooltip on browse button
Hi, I want to add tooltip to my Rad upload control browse button. Anyone knows about it or have worked on this before please reply ...
Hi, I want to add tooltip to my Rad upload control browse button. Anyone knows about it or have worked on this before please reply ...
Is there any way to upload an image (UIImage) directly from an iPhone app to a user's wall/feed? All the samples I see are either using a json-embedded link or they use the photos.upload call with album ID (aid) which results in the user getting the image in his photo album(s). What I want to do is to upload an (UI)Image created (by th...
Hey, I'm working on a upload script and using move_uploaded_file() function. The problem is, that it only works for .txt, .jpg, .psd and some other file types I've tryed, but not for .mp3, .mov, .avi and maybe others. There is nothing to the script, it's just the function. An interesting thing is, that it doesn't show any error msgs, i...
Hi, this is frustrating... I keep getting an error with my ftp_put: This the error: No such file or directory in /Users/xxxx/Documents/Work/something Is there any glaring errors in my code I'm blind to? $server = "79.170.40.xxx"; $connection = ftp_connect($server); $login = ftp_login($connection, "xxx.xxx.co.uk", "xxx"); if (!$con...
In Moodle 1.9.7, I need to allow the teacher to upload a file in the admin panel of a brand new assignment plugin. When overriding the *setup_elements* function in my assignment.class.php, I'm doing something like: $mform->addElement('file', 'foo', 'Label'); $mform->setHelpButton('foo', array('foo', 'Label', 'assignment/type/my_assignm...
Dear, i am using smart upload for uploading the file, when i using this, when concurrent users are uploading the file, jboss application server getting outofmemory error. can you tell me any of the upload process and suggest me. thanx, ...
I've been reading about Silverlight 4's support for web cam and microphone. I'd like to be able to record audio from the browser and upload it to an ASP.NET MVC site. I've seen some mixed information about whether uploads are supported in Silverlight 4. I'm also looking to encode the audio to MP3 before upload and have seen some refer...
Most of the solutions I've come across for Sharepoint doc library uploads use the HTTP "PUT" method, but I'm having trouble finding a way to do this in Silverlight because it has restrictions on the HTTP Methods. I visited this http://msdn.microsoft.com/en-us/library/dd920295(VS.95).aspx to see how to allow PUT in my code, but I can't fi...
I have a web application in which a user has to upload images to a gallery. At the moment they need to upload one image at a time so it's pretty tedious. I'd like to implement a system where they could potentially drag and drop files into the browser, or select a folder to upload. Any ideas? Thanks in advance! (By the way; it's a .Ne...
Is there a simple way to upload a single file through HTML input type file with JQuery UI's dialog box using $.post? Hope this makes sense... ...
Hey i have the following script, basicaly a flash file sends it some data and it creates a image and then opens a save as dialog box for the user so that they can save the image to there system.Here the problem comes in, how would i go about also saving the image to my server? <?php $to = $_POST['to']; $from = $_POST['from']; $fname = ...
I have search everyone for this answer. I just need the user to upload a single image file but the HIT templates don't have a way to do this? ...
how can we check file types (formats such as jpg) without using file extensions before -uploading them- in asp.net with c# ? i am using vs 2008 + asp.net + c# + TELERIK Controls (RadUpload) ========================================================================================= imagine that some body change the text file extension t...
I'm creating a little photo sharing site for our home's intranet, and I have an upload feature, which uploads the photo at original size into the database. However, I also want to save the photo in four other sizes: W=1024, W=512, W=256 and W=128, but only the sizes smaller than the original size (e.g. if the original width is 511, only ...
I've seen various Grails plugins which allow easier handling of file uploads, however these tend only to support a single file per form-submit. I'd like a multi-attach form where as soon as you pick one file, an extra field and button is added using JS (various sites do it like this). Do you know of any good plugins which provide elega...
I have a web application that accepts file uploads of up to 4 MB. The server side script is PHP and web server is NGINX. Many users have requested to increase this limit drastically to allow upload of video etc. However there seems to be no easy solution for this problem with PHP. First, on the client side I am looking for something tha...
hi guys, <img src="img.jpg" alt="" width="120" border="0" class="Inline" name="img" id="img" /> <input name="image" onchange="document.img.src=document.blah.image.value;" type="file" /> this code isnt work anyone know how ? ...
I'm using zubrags PHP watermarking script (attached below) and it works great except when I try and use a PNG-24 as my watermark. The resulting image has a garbled, non-transparent watermark. I'm wondering if anyone could help explain what I would need to alter in the script below so that a PNG-24 embeds as a proper watermark on the im...
What API's / SDK's / software tools are available to export contacts from popular CRM and accounting packages? What I'd like to do is offer an address book in my web application and have a button that says "Upload your contacts from X". The user could then click a few buttons and his contacts would be automagically uploaded from X. A ...
I want to upload picture from "my_form" in jQuery, I tried submit() function it alway redirect to SavePicture.jsp. Is posible to sumbit this form without refresh any page? This is my html code <form action="SavePicture.jsp" method="post" id="my_form" enctype="multipart/form-data"> <input name="file" type="file" id="file" size="35"> <in...