IDE :: Upload/Download Files To Server Inside A Flash Page?
Mar 15, 2009
Some friends asked me to build them a site so their clients could use a private part of the site to upload and download files like in a FTP program (with user/password). I've searched the web, but only found a few uploaders that don't allow to also download and manage the files uploaded. I've noticed on my searches an extension called "yamzbrowser", but it is an old piece of software, and in a quick test I've found that it is not all browser compatible. In fact, I was not able to upload a simple file using the popular IE 7...
Is there any script, extension or toll that allow multiple users to upload / download, and manage (see, delete, rename) files inside a Flash page? Maybe a HTML solution that could be loaded inside a Flash page...
View 10 Replies
Similar Posts:
Aug 26, 2009
Tell me the code for "how to upload and download" files from server using flash cs3/flash 8.0.
View 2 Replies
Aug 26, 2009
Tell me the code for "how to upload and download" files from server using flash cs3/flash 8.0.
View 2 Replies
Aug 26, 2009
Need to get the code for "how to upload and download" files from server using flash cs3/flash 8.0.
View 3 Replies
Dec 17, 2009
I want to download files from the server side to client side without prompting a window to the user to download when any updates happen at server side.Right now I am using urlstream class but first file is downloading completely rest of the files contents downloading partially.
editCode sample taken from other post. Warning: it's a huuuge chunk o'code.
<?xml version="1.0" encoding="utf-8"?>
<mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns:MyComp="client.components.*" layout="absolute" height="554" width="817"
[code]....
View 2 Replies
Jun 15, 2011
I am trying to provide a client with a method of sharing video files with members of the media. I'm really not sure how to accomplish this, but there are two things that I'm assuming at this point:
To get the 50MB-750MB files on the server I was thinking I'd use a flash control to upload the files like I've seen on other video sharing sites (YouTube, vimeo, ...)This would have to be done via FTP
So I have been searching for a Flash/Java plugin that would help me get these files to the server in a user-friendly fashion, but there doesn't seem to be any open-source options. I'm open to paying for a solution, but not unless it will allow me to use it over and over again. So now I'm thinking I should just setup a public FTP dropbox for admins to put videos using an FTP client like FileZilla, then I can just read the directory and edit/organize/manage the files with PHP.
View 1 Replies
Nov 2, 2011
Is it possible to upload files to a server, with flash only? I'm looking for a SWF file that's able to do this task.is it possible to upload a file with flash alone (no PHP or ASP)in case this is possible: is there a simple SWF-file to do this task which I could use?
View 1 Replies
Oct 16, 2006
I am designing a site for a photographer friend, which has no ftp experience or anything. i would like to just have a page where she can upload her photos to the webserver herself.
View 2 Replies
Nov 8, 2011
I am using a PHP upload to upload files to server. I have a loop for the 5 files to upload....
ActionScript Code:
if (PDFFiles[i] != false){
PDFFiles[i].upload(uploadPHP);
}
As the loop runs quicker than PHP can upload, the success of....
ActionScript Code:
function fileUploaded(e:DataEvent):void {
trace "Success"}
....can get out of synch. It doesn't cause me any real problems but is this bad form? Or am I better to upload one file the wait for the PHP to return success before uploading the next one?
View 6 Replies
Jan 22, 2009
How to upload and download a file from client machine to server.
View 1 Replies
Jan 29, 2010
I'm not so good a AS3 and i think i've made a mess of things. I am trying to write script to download from a server on a website and have been getting nowhere. [code]...
View 0 Replies
Apr 27, 2011
I need to upload a csv file from local directory to tomcat server using actionscript and Flex as frontend. The uploaded file should be queried which i have done in java using csv database driver.
View 3 Replies
Dec 16, 2010
i have some files swf files that i want to prevent downloading them.is there a solution that the IIS can have a passord for downloading the file swf file and i can provide this password in some situations on the server that i can pass this password in the code.so that the swf file can be viewed from my page only as provide the password.
View 3 Replies
Jan 18, 2012
I am creating flash uploader and want to start 10 uploadings at time.But flash upload only 2 files on domain at time, other references wait for something.In IE with ActiveX Player limitation is about 6 files at time.Is there any ideas how to change this limitation? For uploading I need to use FileReference.upload without creating URLRequest object from file data.
View 1 Replies
Feb 22, 2011
I generate a HTML page with VB.Net which stores several pinks to files. These links are formatted with JavaScript looking like the Windows-Explorer with folders and files. The problem: There are only download links for the files, not for Folders. A folder can contain Subfolders ,a List of Files or a combination of both. So if I want to download a folder, I have to click manually on every file-link. I have not the possibility to insert PHP or another Server-side language. my question now is: Is there a client side way to Download them by click on a Folder? I prefer Javascript but If it isn't possible Flash will be ok also.
View 2 Replies
Jul 13, 2010
From a web page, I'm looking to record audio from the user's microphone and then upload the file to a server to be stored as an MP3. My solution is built using .NET.Most similar apps that I've seen use Flash on the client and presumably Flash Media Server on the server. We don't have the kind of budget for FMS. I'm looking for a free/open source solution.I've also looked a bit at Silverlight 4 since it supports recording WAV audio but I'm not clear on how to tackle the uploading and encoding to MP3 bit.Ultimately, I need to record audio from the microphone and then be able to store the file on the server as an MP3 file. Free (or at least cheap) is required.
View 2 Replies
May 18, 2009
I created a preloader. When I test it in Flash CS4, it works fine. When I upload the swf files to my server, the preloader doesn't work. I put both swf files in the same folder.
View 1 Replies
Feb 22, 2007
Does any one have a working fla. and php script to upload multiple files (with the specified max sizes, and file types) to a server? In addition, when there is an image being uploaded, it would be luxurious to have a thumbnail of the image being uploaded displayed.There is clearly not a simple issue. Scores of designers and developers encountered problems and headaches trying to upload multiple files with and image display (if an image is being uploaded). Even my web designer has a slight problem, although he tweaked some of the code to get a simple upload. Adobe needs to address this issue because it seems that sscores of designers and developers are having difficulty with uploading multitple files.
View 3 Replies
May 24, 2007
Since Flash 8 FileReference API was introduced, and file upload/download through Flash finally became possible. The API has one troubling limitation though, which is the 100mb limit for file transfer.
I'm developing a browser based file transfer utility, and I would have wanted to implement it with solely Flash. It has to have the ability to manage far larger files than 100mb. Does anyone know a way to overcome this limitation, or have another solution for file upload/download through Flash 8?
View 14 Replies
Feb 5, 2010
Can you use the FileReference.upload() function to upload files to Sharepoint or do I have to use the SP web services? This is without adding your own ASP.NET Web Services, just using the built in SP Web Services.
View 1 Replies
Jun 8, 2010
I can't find free version FCS distrib for Linux
View 3 Replies
Mar 11, 2010
I now have a Windows PC and I purchase Adobe Flash Media Server 3.5 software and install.I but server space on a managed server arrangement.I upload my pre recorded Flash clips to the server and my website and playlist to my host. Basically the website is channelled via http and the clips via RTMP. The key question that no one inside Adobe seems to be able to grasp (or answer) is ~ will it work if I stream my own clips?! or is it inferior to say that of a professional streaming company.The streaming companies charge anything from $125 to $250 a month, a big cost for someone like me, streaming around 1000mb a month. So does anyone out there have direct knowledge of this software and can you stream via rented server space without using a streaming company?
View 1 Replies
May 25, 2009
As titled, what is the way to record video/audio files using Flash Meida Server through rmtp, and allow users to access the recorded files through http?What I am trying to do, is to record a user's microphone's input and save it to the server.fterwards, I would like other users to be able to access the recorded files and mainuplating the audio data, by computeSpectrum(), to do some visualization of the audio. As I know computeSpectrum() cannot work on streaming files, so I think I need to access the recorded files using http instead of rmtp. Is that true?
View 1 Replies
May 19, 2011
i seem to have a time delay problem that is stopping my flash site work properly through php with a mysql database.
here is basically how the site works so far. after entering some stuff in input text fields, clicking on "uploadNewData_mc" sends the new data to the database. this works ok and the database is immediately updated.
clicking on refresh_mc runs a function fillFields() which loads all the db information into my flash file. again, all the as3 and php is working perfectly here.
where i am having a problem is when i try to have one button that uploads all new data to the database and then runs the fillFields function and refreshes the flash file.
this seems easy enough but i am assuming that fillFields is being run before the new data has got to the db, as nothing of the new data is being sent back. here below is the as3 that i am using to upload.
summary: uploading to db works. downloading from the db works. uploading new data then downloading everything from the click of one button is not working.
ActionScript Code:
var djToData:URLRequest = new URLRequest("php/update_djTo.php");
djToData.method = URLRequestMethod.POST;3
[Code].....
View 1 Replies
May 16, 2010
I have a file upload tool that I created in flash (as2). The file uploads images and then writes the image details to a database. However, I seem to have a problem then when I refresh the page, the upload script keeps working.And this seems to cause some issues with writing to the database when image don't actually appear to be on the server. I have fixed the issue by doing some checking to see if the file actually exists before writing to the server, but I would like to know why this happens.
View 1 Replies
Nov 17, 2008
Free flash files.[URL]
View 3 Replies
Feb 24, 2009
I am working on a web app and need help to be pointed in the right direction: I want to download a file (they are mp3s). choose directory to save as I want flash to meter the download, showing the progress. When the file is downloaded, it is deleted off of the server (using php, i know how to do this, but how can i tell from flash when the file is downloaded?)
View 6 Replies
Aug 5, 2008
I have been using this script for awhile now, and wanted to expand on it some.I understand most of what is going on here, but-where it sets font size and color for the controls? I need to make the Font size bigger in the boxes etc...[URL]
View 2 Replies
Jul 13, 2006
i'm working in an application, one of the elements of the interface is a button that ideally when clicked would download a zip file, is this possible?
View 1 Replies
Oct 5, 2011
how to upload files in flash?
View 1 Replies