Flash CS3 - Flash CS4

Free tutorials and scripts for all.
Actionscript 3.0

Email form with pictures - Flash CS3 and PHP

This is a discussion on Email form with pictures - Flash CS3 and PHP within the FlepStudio utilities forums, part of the Tutorials category; WWOWOWWOW!!! Thanks a lot for this fantastic tutorial!! i'was working several days on a similar tutorial, but a have ...


Go Back   Forum Flash CS3 Flash CS4 > English Forums > Tutorials > FlepStudio utilities

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #11 (permalink)  
Old 05-06-08, 23:49
Junior Member
 
Join Date: Apr 2008
Posts: 1
Rep Power: 0
mrjavali is on a distinguished road
Talking Re: Email form with pictures - Flash CS3 and PHP

WWOWOWWOW!!!
Thanks a lot for this fantastic tutorial!! i'was working several days on a similar tutorial, but a have some issues..
I am gonna try it this weekend!!
Cheers FLEP!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #12 (permalink)  
Old 07-06-08, 17:22
Junior Member
 
Join Date: Feb 2008
Posts: 12
Rep Power: 0
cutmim is on a distinguished road
Re: Email form with pictures - Flash CS3 and PHP

Hi, excelent form
I've tryed the form, everything works but the the image doesn't upload the server. When i click on the link appears a error mensage:

Not Found

The requested URL /form/PHP/uploadedFiles/eedafpt/AC_gry was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Apache/2.2.8 (Unix) mod_ssl/2.2.8 OpenSSL/0.9.7a mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_jk/1.2.25 PHP/5.2.5 Server at Donwhill e Freeride no Algarve Port 80

Can anyone help me?
I put the PHP folder into the FORM folder and gives to the uploadFiles CHMOD 777
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #13 (permalink)  
Old 07-06-08, 17:26
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,488
Rep Power: 6
Flep is on a distinguished road
Re: Email form with pictures - Flash CS3 and PHP

Hi,
hmm

/form/PHP/uploadedFiles/eedafpt/AC_gry

it seems to miss the extension of the file

/form/PHP/uploadedFiles/eedafpt/AC_gry.jpg
__________________

 


I recommend: Essential Actionscript 3.0

- Non rispondo ai messaggi privati con domande tecniche. Apri una discussione sul forum !
- I do not reply technicians pvt messages. Open a thread !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #14 (permalink)  
Old 07-06-08, 17:29
Junior Member
 
Join Date: Feb 2008
Posts: 12
Rep Power: 0
cutmim is on a distinguished road
Re: Email form with pictures - Flash CS3 and PHP

my mistake when i copy the error text.

Not Found

The requested URL /form/PHP/uploadedFiles/1asapt/ac_1_2004.jpg was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.



Apache/2.2.8 (Unix) mod_ssl/2.2.8 OpenSSL/0.9.7a mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_jk/1.2.25 PHP/5.2.5 Server at www
And i see on the server and the folder uploadFiles is empty

And i see on the uploadFiles folder in the server and it is empty

Last edited by cutmim; 07-06-08 at 17:33..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #15 (permalink)  
Old 07-06-08, 17:41
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,488
Rep Power: 6
Flep is on a distinguished road
Re: Email form with pictures - Flash CS3 and PHP

I'm pretty sure that is a permissions problem.
Are you sure uploadedFiles is 777 ?

Try to chmod 777 PHP folder too please.
__________________

 


I recommend: Essential Actionscript 3.0

- Non rispondo ai messaggi privati con domande tecniche. Apri una discussione sul forum !
- I do not reply technicians pvt messages. Open a thread !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Flash Multi Gallery
  #16 (permalink)  
Old 07-06-08, 17:50
Junior Member
 
Join Date: Feb 2008
Posts: 12
Rep Power: 0
cutmim is on a distinguished road
Re: Email form with pictures - Flash CS3 and PHP

When i atribute CHMOD 777 to the folder uploadFiles the folder PHP returns to CHOMD 755..i've tryed to give CHMOD 777 to PHP folder and select "all the files inside the folder" but do the same...only one folder can stay with CHMOD 777
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #17 (permalink)  
Old 07-06-08, 17:57
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,488
Rep Power: 6
Flep is on a distinguished road
Re: Email form with pictures - Flash CS3 and PHP

Try this:

PHP folder 755
uploadedFiles folder 777

Open upload.php and take off this line:
PHP Code:
exec("chmod 777 {$finalStorage} -Rf"); 
re-try
__________________

 


I recommend: Essential Actionscript 3.0

- Non rispondo ai messaggi privati con domande tecniche. Apri una discussione sul forum !
- I do not reply technicians pvt messages. Open a thread !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #18 (permalink)  
Old 07-06-08, 18:09
Junior Member
 
Join Date: Feb 2008
Posts: 12
Rep Power: 0
cutmim is on a distinguished road
Re: Email form with pictures - Flash CS3 and PHP

The same

Not Found

The requested URL /form/PHP/uploadedFiles/111dfgjpt/Andorra_10.jpg was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


Apache/2.2.8 (Unix) mod_ssl/2.2.8 OpenSSL/0.9.7a mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_jk/1.2.25 PHP/5.2.5 Server at Donwhill e Freeride no Algarve Port 80
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #19 (permalink)  
Old 07-06-08, 18:16
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,488
Rep Power: 6
Flep is on a distinguished road
Re: Email form with pictures - Flash CS3 and PHP

Try to ask your host if possible to chmod 777 PHp folder too.
__________________

 


I recommend: Essential Actionscript 3.0

- Non rispondo ai messaggi privati con domande tecniche. Apri una discussione sul forum !
- I do not reply technicians pvt messages. Open a thread !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #20 (permalink)  
Old 07-06-08, 18:42
Junior Member
 
Join Date: Feb 2008
Posts: 12
Rep Power: 0
cutmim is on a distinguished road
Re: Email form with pictures - Flash CS3 and PHP

i can't make it work
How can i ask to my Host
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads

Thread Thread Starter Forum Replies Last Post
Email form con Flash CS3 e PHP Flep Utilità di FlepStudio 109 11-11-08 11:14
Email form Flash CS3 and ColdFusion 8 Flep FlepStudio utilities 1 29-10-08 12:56
Email form Flash CS3 e ColdFusion 8 Flep Utilità di FlepStudio 3 24-10-08 09:20
Flash CS3 Classic Email form Flash CS3 and PHP ions Flash CS3 eng 0 27-06-08 17:07
Flash CS3 email form AS2 seokutsa Flash CS3 | PHP | mySQL 1 15-02-08 11:06


All times are GMT. The time now is 18:24.


Powered by vBulletin versione 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC4
Forum SiteMap


FlepStudio
by Filippo Lughi
P.IVA 03605860406