|
Rank: Member Groups: Member
Joined: 11/15/2007 Posts: 26
|
Hi, I've a little problem using AjaxUploader. Everything works well when I upload little files but when I upload a big file (around 250mb), in the final process I get an error saying something like "file eouploader.xxxx-xxxx-xxxx-xxx.info" is not found... I suppose this message comes when it tries to move the file.
I use IIS7 / Windows 2008 server and I set these lines within my web.config. <security> <requestFiltering> <requestLimits maxAllowedContentLength="2000000000" /> </requestFiltering> </security>
Any help ??
Stann
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Can you post the completely error message and stack trace? Also make sure you update to the latest version and see if that helps.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 11/15/2007 Posts: 26
|
sure,.. it's in french. Erreur du serveur dans l'application '/'.
Impossible de trouver le fichier 'F:\www\Smartemys\tempupload\eouploader.ed5b7701-56b0-4c58-aac0-80a052e404da.1.info'. Description : Une exception non gérée s'est produite au moment de l'exécution de la demande Web actuelle. Contrôlez la trace de la pile pour plus d'informations sur l'erreur et son origine dans le code.
Détails de l'exception: System.IO.FileNotFoundException: Impossible de trouver le fichier 'F:\www\Smartemys\tempupload\eouploader.ed5b7701-56b0-4c58-aac0-80a052e404da.1.info'.
Erreur source:
Une exception non gérée s'est produite lors de l'exécution de la demande Web actuelle. Les informations relatives à l'origine et l'emplacement de l'exception peuvent être identifiées en utilisant la trace de la pile d'exception ci-dessous.
Trace de la pile:
[FileNotFoundException: Impossible de trouver le fichier 'F:\www\Smartemys\tempupload\eouploader.ed5b7701-56b0-4c58-aac0-80a052e404da.1.info'.] EO.Web.Internal.di.a(ct A_0, HttpResponse A_1, Object A_2) +2109 EO.Web.Internal.ag.a(ct A_0) +385 EO.Web.Internal.ag.a(HttpApplication A_0) +44 EO.Web.Internal.ea.a(HttpContext A_0) +8 EO.Web.Runtime.ProcessRequest(HttpContext context) +14 System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +181 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
|
|
Rank: Member Groups: Member
Joined: 11/15/2007 Posts: 26
|
Also, I have the 5.0.43.2 version of your component. From my profile, it's 2007.2 How can I upgrade to the newest ? Regards,
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You can try 2008 or 2009. 2008 should be free to you, but 2009 is not (you will need to purchase an upgrade license for that).
You can download 2009 directly from our website. We will PM you the download location for 2008. Once you download either one, you will need to uninstall your previous version and reinstall the new version. After you installed your new version, you will need to update your project reference to use the new version and then rebuild your application.
Thanks!
|
|