> The problem is this . I have a largish/medium-sized .har file (around > 7 MB) Can you put the file online so, I can also try it? Or what is the site that was used to create the log?
> and my own system has limited 1 GiB RAM of which quite a bit is > taken by the browser and other things. (around 50% at this point in > time) > > Now if I try to upload the .har file by the automated mechanism in > netexport 0.7a13 it renders my browser not responding. Notice that nothing is uploaded to the server. All the processing is done by Javascript in the browser. > If I try using something notepad++ then that application starts > becoming non-responsive. It's possible that Firefox has similar problems. Before the data are processed they are set to a text area. > Is there a way to upload my file (as I do in rapidshare.de) or > something and then see and share the results with people. There is no a place provided by FWG where you could upload the file, but as soon as the file is online somewhere. You can preview it using the viewer (and JSONP) as follows: http://www.softwareishard.com/har/viewer?inputUrl=<url-of-the-file>&callback=onInputData The content of the online-file must be enclosed in a callback function specified in the URL onInputData(content of the original har file) Honza --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/firebug?hl=en -~----------~----~----~----~------~----~------~--~---
