Uploading Images
Hey. I want to make a webpage where I put pictures for my long distant friends to watch, no problem so far, but it would be great if they could easily upload their images too. Does anyone know how to do this? I'm quite new at programming by the way. Thanks
KirupaForum > Flash > Flash 8 (and earlier) > Flash MX 2004
Posted on: 12-06-2004, 04:27 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Uploading Images
How can I upload an image (i.e. replace an existing one) into a flash movie that is in a web browser. I guess I want to be able to dynamically change my images and then republish, although I dont think I would be republishing, but I thnk you get the picture. Using Flash 5.
thanks
Uploading Images
Hi
I imagine this has been asked before, if it has, and someone could direct me to the relevant post, that would be great.
I'd like to know if its possible for a user to upload an image from thier computer using a flash interface, onto a server, which would then be displayed in the flash movie.
Are there any decent tutorials for this?
Thanks in advance
Uploading Images
is it possible to make it so the user of the flash program be able to upload pictures from there computer to the flash movie and make that uploaded picture replace a symple movie image? i know its possible with HTML just wondering if it was possible with flash/actionsctipt
Uploading Images
I want to be able to let the user of my web site upload images from there computer onto my site if this can be dont how so...
(this is in flash by the way)
Thanks Jimmy !!
Uploading Images
Hey. I want to make a webpage where I put pictures for my long distant friends to watch, no problem so far, but it would be great if they could easily upload their images too. Does anyone know how to do this? I'm quite new at programming by the way.
Thanks
Uploading Images?
I want to make a fully dynamic flash site (ie. shopping cart) with photos and all... The image names are stored in the database and now all I have to figure out is how to upload them to the flash page... I've read the previous posts on this subject but there wasn't anything real recent on this topic. So, is the JGenerator my best bet here???
Thanks,
Cole ;)
Please Help 4 External Images Uploading
guys, can someone help me with this?!?
how can I modify this file I created in Flash 5 so that the images can be changed/updated on the fly without having to go to Flash to output another swf each time?
any online tutorials to learn about this tricks for someone who knows very litte (nothing?) about scripting?
it is urgent, please!!!
this is my previous post
http://www.flashkit.com/board/showth...oto=nextoldest
thank you!
Geo
Please Help 4 External Images Uploading
please!!!! help 4 external images uploading
guys, can someone help me with this?!?
how can I modify this file I created in Flash 5 so that the images can be changed/updated on the fly without having to go to Flash to output another swf each time?
any online tutorials to learn about this tricks for someone who knows very litte (nothing?) about scripting?
it is urgent, please!!!
this is my previous post
http://www.flashkit.com/board/showt...goto=nextoldest
thank you!
Geo
Uploading Images Through Flash: Possible?
Hi,
I'm wondering if it's possible to upload images (and .txt files) from someones harddrive to a directory on a server through a Flash interface.
Does AS 1 or 2 has functions to do so or does the Flash interface need to communicate with a php-script? Is it possible at all?
Any tips or tricks?
Thanx!
Uploading Images To A Server
I've made a drawing pad that let's the user draw pictures using there mouse. Is there anyway they could then save there picture and upload it to a server?
I am using Flash 8.
Uploading And Downloading Images
Hi
Can I give the options in the brower to open any image from the disk and upload it to server. And can I also download some images from the server.
Question About Uploading Images
I am able to upload and download images using flash 8. Once I upload i want to download it back so that the user can see what the image will look like. I need to change the size so I load it into a movie clip with a loader component to display. It displays fine. Now is it possible to take that adjusted image and upload it again to a new location??? If so how do you do it? I have the PHP already created to upload the file to a new directory.
thanks
Uploading External Images
hello there,
I am in the process of completing my website, however I have uploaded the site and cannot get the external images to load. In my actionscript I have defined where each image is
"/assets/automotive/Aimage"
also tried putting in the actual web address first instead of root, but to no avail. Am not quite sure where to go from here, any pointers would be fantasic.
Thank you.
Uploading Images Problem
hi!
I want to be able to upload an image to my server. I have just tried the example in the Flash help (see below)
All seem to work fine, and I get no errors (in case I dont try to upload to a non exixting folder on the server or so).
And when uploading is completed tie file is not there on the server??? I have tried to upload it to my machine (is running apache, php and mySQL, the versions you get with PHPHome edition) , I have also tried with the server I use for my webhosting.
As I said, it all seem to work fine, the only problem is that the file do not show up on the server afterwards.
any Ideas???
the example I used:
//http://localhost/
import flash.net.FileReference;
var allTypes:Array = new Array();
var imageTypes:Object = new Object();
imageTypes.description = "Images (*.jpg, *.jpeg, *.gif, *.png)";
imageTypes.extension = "*.jpg; *.jpeg; *.gif; *.png";
allTypes.push(imageTypes);
var listener:Object = new Object();
listener.onSelect = function(file:FileReference):Void {
apan_mc.text +="onSelect: " + file.name;
if(!file.upload("The URL to the server Im using, have both tried localy and on my webhosting server")) {
apan_mc.text +=newline + "Upload dialog failed to open.";
}
if(file.upload("The URL to the server Im using, have both tried localy and on my webhosting server")){
apan_mc.text +=newline + "Le konkarong";
}
}
listener.onCancel = function(file:FileReference):Void {
apan_mc.text +="onCancel";
}
listener.onOpen = function(file:FileReference):Void {
apan_mc.text +=newline +"onOpen: " + file.name;
}
listener.onProgress = function(file:FileReference, bytesLoaded:Number, bytesTotal:Number):Void {
apan2_mc.text ="onProgress with bytesLoaded: " + bytesLoaded + " bytesTotal: " + bytesTotal;
}
listener.onComplete = function(file:FileReference):Void {
apan_mc.text +=newline +"onComplete: " + file.name;
}
listener.onHTTPError = function(file:FileReference):Void {
apan_mc.text +=newline +"onHTTPError: " + file.name;
}
listener.onIOError = function(file:FileReference):Void {
apan_mc.text +=newline +"onIOError: " + file.name;
}
listener.onSecurityError = function(file:FileReference, errorString:String):Void {
apan_mc.text +=newline +"onSecurityError: " + file.name + " errorString: " + errorString;
}
var fileRef:FileReference = new FileReference();
fileRef.addListener(listener);
fileRef.browse(allTypes);
Uploading Images With MX 2004
I am a fairly new user to Flash Mx 2004 Pro.
I am creating a form in flash where a user will select an image (on their PC) to be uploaded onto a server. The server side scripting will be in PHP. I want to stock images directly on the server and not in a database. I have seen that Flash 8 has a component for this, but I do not have flash 8.
I am sure that this issue has occured before and a reasonable solution found.
Is anyone willing to share this with me?
Uploading Images In Flash
so i'm attempting to use a javascript hack to generate the browse and upload action in order to upload images while using a flash interface...
my problem is getting it all to work together. any thoughts ?
here's the javascript:
function SetTheFilename()
{ parent.hidden.document.myForm.file.click();
while(parent.hidden.document.myForm.file.value == "")
{ window.setTimeout(100);
}
parent.hidden.SendTheFilenameToFlash();
}
function SubmitTheFile()
{ if (parent.hidden.document.myForm.file.value=="")
{ alert("Please enter a valid filename");
}
else
{ alert("Submitting " + parent.hidden.document.myForm.file.value);
parent.hidden.document.myForm.submit();
}
}
here's the code in flash:
// Call browse method associated with HTML file widget
myBrowse.onRelease = function()
{ getURL("javascript:SetTheFilename();");
};
// Submit the file upload
mySubmit.onRelease = function()
{ getURL("javascript:SubmitTheFile();");
};
Uploading Images In Flash?
Right, what i want to do is to be able to have the user upload their own image into my flash file that can be used later in the flash and finally be able to be printed off. any one have any idea of how to do this?
Uploading Images [to Server]
Not many examples out there, flash cs3 docs lead to coldfusion servers
using php, do i need to break the image or convert it into bytes?
or can i simply just use a INSERT into statement, and inject it into a blob field.
so using file reference etc in flash and have url point to plain php which just takes the file/var and injects it?
thanks alot
x
Uploading Images In Flash
so i'm attempting to use a javascript hack to generate the browse and upload action in order to upload images while using a flash interface...
my problem is getting it all to work together. any thoughts ?
here's the javascript:
function SetTheFilename()
{ parent.hidden.document.myForm.file.click();
while(parent.hidden.document.myForm.file.value == "")
{ window.setTimeout(100);
}
parent.hidden.SendTheFilenameToFlash();
}
function SubmitTheFile()
{ if (parent.hidden.document.myForm.file.value=="")
{ alert("Please enter a valid filename");
}
else
{ alert("Submitting " + parent.hidden.document.myForm.file.value);
parent.hidden.document.myForm.submit();
}
}
here's the code in flash:
// Call browse method associated with HTML file widget
myBrowse.onRelease = function()
{ getURL("javascript:SetTheFilename();");
};
// Submit the file upload
mySubmit.onRelease = function()
{ getURL("javascript:SubmitTheFile();");
};
Email Form Plus Uploading Images
I need to create a form that will allow the user to upload an image as well as the forms to an email. Creating the forms isn't a problem, it's allowing the user to upload a jpeg. Any help would be appreciated.
Dynamic Images Uploading Into Flash? HOW TO?
I am trying to build an application in Flash where a user can click on a button "UPLOAD IMAGE" and Flash will browse through the users hard drive and the user can select a jpg file. Flash will then upload the file (like an FTP program) inside its directory so that the flash movie can upload the new Jpg image. Is this possible? If so can anyone help me try to build it or direct me to a tutorial?
Uploading Images Using PHP By Using Form In Flash?
Like the Thread Title, is it possible to create a form in Flash, for users to upload images (JPG), the rest is done through PHP, basically i want a pure flash interface...
Is this even possible? I've searched on Google, and these forums, there doesn't seem to be much info on it...
Uploading Images Into Flash Using ActionScript 3
I am starting a web application where the user will be able to make a customizable "scrapbook" application where they will be able to click a button within a swf and select a jpg off of their computer to import into the flash app (via web browser) to place on the stage. What is the best way of doing this?
Thank you in advance.
Uploading Images To A Server From Flash
Hi,
Does anyone know how to let people upload an image to a server without having the mod_security disabled on the server end?, I found a php script that does it locally but mod_security blocks it on my server. Any ideas?, or links to examples?
thanks
Gavin
Problem Uploading Images Less Than 100k
Hi all
I gotta a problem with File Reference, when i tried to upload a picture less than 100k i got an http error, for bigger images there's no problem.
When i test the code locally everything works fine, but in the server i'm having this problem.
Anyone can point me in the right direction to solve this, cause i gotno clue.
thanks in advance
David
FLASH PHP Uploading Images Problem
Hi Everyone,
I am trying to upload an image on my server using Flash and PHP. The following code works fine on 1 server but doesn't work on other 2 servers where i have to implement it. Please check it and see where am i going wrong.
FLA CODE:
---------------------------------------------------------------------------
listener.onSelect = function(selectedFile:FileReference):Void {
// Flash is attempting to upload the image.
statusArea.text += "Wait..trying to upload " + selectedFile.name + "
";
selectedFile.upload("upload.php");
};
----------------------------------------------------------------------------
PHP CODE:
----------------------------------------------------------------------------
<?php
$target = "./";
$target = $target . $_FILES['Filedata']['name'];
move_uploaded_file($_FILES['Filedata']['tmp_name'], $target);
chmod("./".$_FILES['Filedata']['name'], 777);
?>
----------------------------------------------------------------------------
The other 2 servers shows that it is uploading but doesn't upload. Not sure if flash is executing PHP file on those.
I am really struggling to make it work on other servers. I just cldn't understand the logic that why does it just work on one server and not others. Any kind of help will be highly appreciated.
Thank You.
Uploading Images To A Flash Movie
Hi I am creating a flash movie to design your own t-shirts. I would like the user to be able to upload their image from their computer to the movie. I would just like to know if this is possible and if so how I would go about this.
thanks
Uploading Images To A Flash Site/movie
hello
im trying to make a website,or a movie im working with distorting images of faces, and people are supposed to be able to upload their images, and using tools they can distort their faces eg stretching them, i dont know which tools im going to make yet because i have no idea where to start from, ive used some actionscripting but i really need a starting point or something to follow? please help.
Management Console For Uploading Images And Text
Hi to all guys,
first of all, sorry for my english.
I'm in trouble, because i need to build a site for a customer who needs an uploading file system, but i can't handle it.
He wants to have the possibility to upload images and text that will be visible in another page of the site. These are the offers of his shop, that will be shown as a list in another mc. This console should be invisible for visitors (i'll use a password system to prevent accesses).
I know there are many examples and tutorials for this ("flash upload file" in google), but im a newbee in programming and i really can't figure out how to solve this problem.
It could be even a php system. I don't care about graphics cause it would be invisible for visitors. What i care is that those images and text are reported in that "offer list" mc.
Finally, is possible to have an auto resize (pixels and kbs) of the images?
Maybe i'm asking too much (sorry), maybe is easy for an expert, i don't know.
Too sad my programmer is gone...
Thanks in advance!
Management Console For Uploading Images And Text
Hi to all guys,
first of all, sorry for my english.
I'm in trouble, because i need to build a site for a customer who needs an uploading file system, but i can't handle it.
He wants to have the possibility to upload images and text that will be visible in another page of the site. These are the offers of his shop, that will be shown as a list in another mc. This console should be invisible for visitors (i'll use a password system to prevent accesses).
I know there are many examples and tutorials for this ("flash upload file" in google), but im a newbee in programming and i really can't figure out how to solve this problem.
It could be even a php system. I don't care about graphics cause it would be invisible for visitors. What i care is that those images and text are reported in that "offer list" mc.
Finally, is possible to have an auto resize (pixels and kbs) of the images?
Maybe i'm asking too much (sorry), maybe is easy for an expert, i don't know.
Too sad my programmer is gone...
Thanks in advance!
Couple Of Easy Uploading Images To Web Site Questions
Hi,
I want a user to upload an image to a web site and play a few different games dragging and dropping, colouring over etc. I can code these games easy but I know very little about interacting with databases and server side scripts.
I would like a user to be able to play the games with a loading bar only appearing once. Ideally the image would be loaded into the flash only while the flash movie is loaded and then saved to the server only if the user hits a submit button to permanently save their work.
Silly question 1: the user uploads their image. image is saved temp on the server. image is sent back to the swf to appear in game 1. in game 2 will the image be instantly loaded again due to user's cache or will their be loading time? Simulate Download in testing seems to have load times between each movie that contains the image.
whats the best way of having the same image appear multiple times with only one loader?
"Uploading Images On Screen And Place It" Script
Hi All,
I am quite new to Flash (but really keen on learning) and I would like to set up the following -
Let users uploading images/pictures on screen and then giving them the opportunity to drag it and drop it within an area onto the screen. Then users could not move this image/picture anymore.
Can this be done with Flash? And if so how?
Thanks
P
Uploading
how do you get flash on to a web page. i made a flash advertisment thing, and when i uploaded it and went to the site it did nothing. If you know what i'm doing wrong please help
Help Uploading
ok...i took a small class in flash. i can make the website. but...can someone walk me through step by step how to upload to my host? i wanna have an intro page (i.e. chose html or flash). if i upload my swf, and call it website/swf.com if they clicked on the link the swf just automatically pops up? what about the colors behind the window, scaling to fit...etc. i know there are a few tutorials on here but they seem a little broken. could some saint reply with a beginning to end tutorial? aloha and thanks
Uploading Mp3's....
I'm looking or a way for visitors to upload their mp3, complete and agree to the entry form, and pay the registration fee online
(via Pay Pal). Any ideas would be great!!
Thanks!
Uploading?
Hi there.
Have a little problem about uploading flash site.
Dow do you upload a webpage. Simple is it. Just name it index.html, Upload all the contents with it using your favorite ftp..
But what about flash page (or whatever you call it). Do you need to uploads all the contents that are in your flash swf. Do you need to change the name to index.html. What do yo need to upload to let people view your flash site. Do you need speacial sever? And so on.
Can anybody help me with that. I know hoe to design a flash site. But i don't know how to put it up on the web.
thanks
Uploading
I've created my site completely in FlashMX and now I want to upload it. I've bought a domain name and have a host. As for actually uploading it I'm cluless, I was hoping to use dreamweaver, and i know that I need an index page, but that's it. Please help me out.
Uploading Swf?help Me Please
As you may tell I am new to this program. Well here is my problem......
I created my movie and went to and exported it to swf well when i uploaded it, it will not show anything just a white screen and sometimes it will say downloading from site. what do i do please help me i have been tring to figure it out for 4 hours now and im tired of tring so pllleeaaaaaaasssssssssseeeee help.
Uploading New Swf Into A Swf
hi guys! im planning to build my own web site so browse in the net to get an idea of what i can put in my site and stumble to www.bowerman.nike.com, the site is really simple and functional but most of all they use pictures to make it a as confortable to the viewer... heres my problem, everytime i go to the next page the back ground pictures remain the main window 'till the next page upload. well, how do i do that? any ideas? thanks in advance guys!
Uploading MP3?
Ok I took 2 parts from the same MP3 music, then one was uploaded and the other one didn't it said "One or more files were not imported because there were problems reading them" Why is that?
Uploading
Hullo Im new to this but I was woundering if anyone could help me with uploading my flash movie, whenever I add sound to it the swf becomes huge and I am un able to upload it, Thanks in advance.
Uploading
Hello,
can i juz upload my flash into my webpage provider by using FTP or the provider's upload device?
Uploading
what happend to that thing called like flash paper or something paper...it makes it easier to update and upload website please help thanx
Uploading
sorry this is a really stpid question but .....umm how do you upload a fash movie when you wanna test it on ya wb site. i want it to run autamatically
thanks iun advance
How To Do Uploading?
hi,
i'm doing a school project whereby i have to create a site with capability of letting students to submit their homework online thru the internet to the school server. How do i create a uploading system in flash whereby student can upload files from their local harddisk and send to the school server folder.?
Is it possible to create everything solely in flash or do i need other programs like eg.coldfusion.
Uploading
i need some help with uploading stuff.
lets say i want any user on the site to be able to upload a tutorial. text and images or just text. i have no idea how to do that ????? could anybody help ?
thank you
Uploading Everything?
Hey guys,
OK, got my site all done, I have each page done and a real cool Intro. I have 2 questions:
1. How do I make a skip intro button? Like one that sends a cookie or somthing so it only plays the first time somone comes to the site?
2.How do I get all this onto the internet?
Thanks again,
Ben
Uploading Everything?
I HAVE MY SITE DONE, (SEPARATE MOVIES FOR EACH PAGE)
NOW HOW DO I GET THIS ON THE INTERNET???
please help,
i thought i knew how to upload w/ dreamweaver, but
apparenly i don't....
fairly detailed directions would help this lost newbie.......!
|