Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
kerz  
#1 Posted : Sunday, June 5, 2011 5:18:12 AM(UTC)
kerz

Rank: Newbie

Groups: Member
Joined: 6/5/2011(UTC)
Posts: 4

Thanks: 1 times
hello,
I would like to integrate the flash uploader in my symfony project. PHP5 MVC integration.
can you give me an example?
I intend to integrate it into several projects.
After several attempts, nothing works. The flash file does not load.
please thank you.
cordially.
kerz  
#2 Posted : Monday, June 6, 2011 2:57:53 AM(UTC)
kerz

Rank: Newbie

Groups: Member
Joined: 6/5/2011(UTC)
Posts: 4

Thanks: 1 times
hi,
anyone can help me?
Dmitry.Obukhov  
#3 Posted : Monday, June 6, 2011 3:53:30 AM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello Jebrane,

I am sorry for this delay.

Unfortunately, we do not have specialists, which work with Symphony framework in our company. Nevertheless, please provide me with your complete sample application where you try to integrate Image Uploader Flash. I will look through it.
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
kerz  
#4 Posted : Monday, June 6, 2011 6:09:15 AM(UTC)
kerz

Rank: Newbie

Groups: Member
Joined: 6/5/2011(UTC)
Posts: 4

Thanks: 1 times
No problem Dmitry.
I have make a new symfony project for testing.
I use wampServer2

virtualhost for this project in httpd.conf
Code:
<VirtualHost 127.0.0.1:8080>
  DocumentRoot "c:\dev\sfprojects\aurigmaflashuploader\web"
  DirectoryIndex index.php
  <Directory "c:\dev\sfprojects\aurigmaflashuploader\web">
    AllowOverride All
    Allow from All
  </Directory>

  Alias /sf "c:\dev\sfprojects\aurigmaflashuploader\lib\vendor\symfony\data\web\sf"
  <Directory "c:\dev\sfprojects\aurigmaflashuploader\lib\vendor\symfony\data\web\sf">
    AllowOverride All
    Allow from All
  </Directory>
</VirtualHost>


all files is in .rar archive
class ->Lib/vendor/aurigmaflashuploader
CSS -> web/css
Scripts -> web/js/aurigmaflashuploader/Scripts
home module -> apps/frontend/modules/home




File Attachment(s):
aurigmaflashuploader.rar (4,776kb) downloaded 5 time(s).
Dmitry.Obukhov  
#5 Posted : Thursday, June 9, 2011 4:44:05 AM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello Jebrane,

Thank you for your sample. I will check it, and let you know about my results soon. Sorry for inconvenience.
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
thanks 1 user thanked Dmitry.Obukhov for this useful post.
kerz on 6/11/2011(UTC)
kerz  
#6 Posted : Saturday, June 11, 2011 3:52:44 AM(UTC)
kerz

Rank: Newbie

Groups: Member
Joined: 6/5/2011(UTC)
Posts: 4

Thanks: 1 times
hello,
sorry for the late reply.
I was very busy
Have you found a solution?

Edited by user Saturday, June 11, 2011 3:53:22 AM(UTC)  | Reason: Not specified

Dmitry.Obukhov  
#7 Posted : Wednesday, June 15, 2011 3:01:52 AM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello,

You added all necessary scripts and classes to your project. Now you should embed Image Uploader Flash control to your page configuring parameters. Please learn how to embed Flash Uploader to a webpage in the Quick Start with Image Uploader Flash PHP topic.
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.